Get/Set/Reset CO_Prescaler
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOPrescaler(TaskHandle taskHandle, const char channel[], uInt32 *data);
int32 __CFUNC DAQmxSetCOPrescaler(TaskHandle taskHandle, const char channel[], uInt32 data);
int32 __CFUNC DAQmxResetCOPrescaler(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOPrescaler gets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.
DAQmxSetCOPrescaler sets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.
DAQmxResetCOPrescaler resets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.