Get/Set/Reset AI_DataXferCustomThreshold

NI-DAQmx C Properties

Get/Set/Reset AI_DataXferCustomThreshold

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

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

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

Purpose

DAQmxGetAIDataXferCustomThreshold gets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Data Transfer Custom Threshold property.

DAQmxSetAIDataXferCustomThreshold sets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Data Transfer Custom Threshold property.

DAQmxResetAIDataXferCustomThreshold resets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Data Transfer Custom Threshold property.