Get/Set/Reset CI_Freq_DigFltr_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIFreqDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCIFreqDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCIFreqDigFltrEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIFreqDigFltrEnable gets the Counter Input >> Frequency >> Input >> Digital Filter >> Enable property.
DAQmxSetCIFreqDigFltrEnable sets the Counter Input >> Frequency >> Input >> Digital Filter >> Enable property.
DAQmxResetCIFreqDigFltrEnable resets the Counter Input >> Frequency >> Input >> Digital Filter >> Enable property.