More >> AI Convert >> Active Edge

NI-DAQmx C Properties

More >> AI Convert >> Active Edge

Data Type: int32
Description: Specifies on which edge of the clock pulse an analog-to-digital conversion takes place.

This property is useful primarily when the signal you use as the AI Convert Clock is not a periodic clock. For example, set this property to DAQmx_Val_Rising to perform an analog to digital conversion on each rising edge of an aperiodic 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:
  DAQmxGetAIConvActiveEdge
  DAQmxSetAIConvActiveEdge
  DAQmxResetAIConvActiveEdge
  DAQmxGetAIConvActiveEdgeEx
  DAQmxSetAIConvActiveEdgeEx
  DAQmxResetAIConvActiveEdgeEx