Sample Clock >> Active Edge

NI-DAQmx C Properties

Sample Clock >> Active Edge

Data Type: int32
Description: Specifies on which edge of a clock pulse sampling takes place. This property is useful primarily when the signal you use as the Sample Clock is not a periodic clock.

Valid values

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


You can get/set/reset this property using:
  DAQmxGetSampClkActiveEdge
  DAQmxSetSampClkActiveEdge
  DAQmxResetSampClkActiveEdge