Get/Set/Reset CI_SemiPeriod_DigFltr_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCISemiPeriodDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCISemiPeriodDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCISemiPeriodDigFltrEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCISemiPeriodDigFltrEnable gets the Counter Input >> Semi-Period >> Input >> Digital Filter >> Enable property.
DAQmxSetCISemiPeriodDigFltrEnable sets the Counter Input >> Semi-Period >> Input >> Digital Filter >> Enable property.
DAQmxResetCISemiPeriodDigFltrEnable resets the Counter Input >> Semi-Period >> Input >> Digital Filter >> Enable property.