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