Start >> Analog Edge >> Slope

Data Type: int32
Description: Specifies on which slope of the trigger signal to start acquiring or generating samples.


Valid values
DAQmx_Val_RisingSlope 10280 Trigger on the rising slope of the signal.
DAQmx_Val_FallingSlope 10171 Trigger on the falling slope of the signal.



You can get/set/reset this property using:

  DAQmxGetAnlgEdgeStartTrigSlope

  DAQmxSetAnlgEdgeStartTrigSlope

  DAQmxResetAnlgEdgeStartTrigSlope