Get/Set/Reset AnlgEdge_StartTrig_DigFltr_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAnlgEdgeStartTrigDigFltrEnable(TaskHandle taskHandle, bool32 *data);
int32 __CFUNC DAQmxSetAnlgEdgeStartTrigDigFltrEnable(TaskHandle taskHandle, bool32 data);
int32 __CFUNC DAQmxResetAnlgEdgeStartTrigDigFltrEnable(TaskHandle taskHandle);
Purpose
DAQmxGetAnlgEdgeStartTrigDigFltrEnable gets the Start >> Analog Edge >> Digital Filter >> Enable property.
DAQmxSetAnlgEdgeStartTrigDigFltrEnable sets the Start >> Analog Edge >> Digital Filter >> Enable property.
DAQmxResetAnlgEdgeStartTrigDigFltrEnable resets the Start >> Analog Edge >> Digital Filter >> Enable property.