Reference >> Analog Edge >> Slope

NI-DAQmx C Properties

Reference >> Analog Edge >> Slope

Data Type: int32
Description: Specifies on which slope of the source signal the Reference Trigger occurs.

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:
  DAQmxGetAnlgEdgeRefTrigSlope
  DAQmxSetAnlgEdgeRefTrigSlope
  DAQmxResetAnlgEdgeRefTrigSlope