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