Get/Set/Reset AI_DataXferCustomThreshold
- Updated2023-03-16
- 1 minute(s) read
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.