Get/Set/Reset AI_AutoZeroMode

NI-DAQmx C Properties

Get/Set/Reset AI_AutoZeroMode

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

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

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

Purpose

DAQmxGetAIAutoZeroMode gets the Analog Input >> General Properties >> Advanced >> High Accuracy Settings >> Auto Zero Mode property.

DAQmxSetAIAutoZeroMode sets the Analog Input >> General Properties >> Advanced >> High Accuracy Settings >> Auto Zero Mode property.

DAQmxResetAIAutoZeroMode resets the Analog Input >> General Properties >> Advanced >> High Accuracy Settings >> Auto Zero Mode property.