Get/Set/Reset AI_Dither_Enable

NI-DAQmx C Properties

Get/Set/Reset AI_Dither_Enable

int32 __CFUNC DAQmxGetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 data);

int32 __CFUNC DAQmxResetAIDitherEnable(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetAIDitherEnable gets the Analog Input >> General Properties >> Digitizer/ADC >> Dither >> Enable property.

DAQmxSetAIDitherEnable sets the Analog Input >> General Properties >> Digitizer/ADC >> Dither >> Enable property.

DAQmxResetAIDitherEnable resets the Analog Input >> General Properties >> Digitizer/ADC >> Dither >> Enable property.