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