Counter Input >> Pulse Width >> Starting Edge

NI-DAQmx C Properties

Counter Input >> Pulse Width >> Starting Edge

Data Type: int32
Description: Specifies on which edge of the input signal to begin each pulse width measurement.

Valid values

DAQmx_Val_Rising 10280 Rising edge(s).
DAQmx_Val_Falling 10171 Falling edge(s).


You can get/set/reset this property using:
  DAQmxGetCIPulseWidthStartingEdge
  DAQmxSetCIPulseWidthStartingEdge
  DAQmxResetCIPulseWidthStartingEdge