Get/Set/Reset DI_DigFltr_Enable

NI-DAQmx C Properties

Get/Set/Reset DI_DigFltr_Enable

int32 __CFUNC DAQmxGetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 data);

int32 __CFUNC DAQmxResetDIDigFltrEnable(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetDIDigFltrEnable gets the Digital Input >> Digital Filter >> Enable property.

DAQmxSetDIDigFltrEnable sets the Digital Input >> Digital Filter >> Enable property.

DAQmxResetDIDigFltrEnable resets the Digital Input >> Digital Filter >> Enable property.