Get/Set/Reset CO_AutoIncrCnt
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 *data);
int32 __CFUNC DAQmxSetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 data);
int32 __CFUNC DAQmxResetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOAutoIncrCnt gets the Counter Output >> General Properties >> More >> Auto Increment Count property.
DAQmxSetCOAutoIncrCnt sets the Counter Output >> General Properties >> More >> Auto Increment Count property.
DAQmxResetCOAutoIncrCnt resets the Counter Output >> General Properties >> More >> Auto Increment Count property.