Counter Input >> Frequency >> Starting Edge

NI-DAQmx C Properties

Counter Input >> Frequency >> Starting Edge

Data Type: int32
Description: Specifies between which edges to measure the frequency of the signal.

Valid values

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


You can get/set/reset this property using:
  DAQmxGetCIFreqStartingEdge
  DAQmxSetCIFreqStartingEdge
  DAQmxResetCIFreqStartingEdge