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