Get/Set/Reset CO_CtrTimebaseRate
- Updated2023-03-16
- 1 minute(s) read
Get/Set/Reset CO_CtrTimebaseRate
int32 __CFUNC DAQmxGetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOCtrTimebaseRate gets the Counter Output >> General Properties >> Counter Timebase >> Rate property.
DAQmxSetCOCtrTimebaseRate sets the Counter Output >> General Properties >> Counter Timebase >> Rate property.
DAQmxResetCOCtrTimebaseRate resets the Counter Output >> General Properties >> Counter Timebase >> Rate property.