Get/Set/Reset CI_Period_DigFltr_TimebaseRate
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIPeriodDigFltrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetCIPeriodDigFltrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetCIPeriodDigFltrTimebaseRate(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIPeriodDigFltrTimebaseRate gets the Counter Input >> Period >> Input >> Digital Filter >> Timebase >> Rate property.
DAQmxSetCIPeriodDigFltrTimebaseRate sets the Counter Input >> Period >> Input >> Digital Filter >> Timebase >> Rate property.
DAQmxResetCIPeriodDigFltrTimebaseRate resets the Counter Input >> Period >> Input >> Digital Filter >> Timebase >> Rate property.