Sample Clock >> Timebase >> Active Edge

NI-DAQmx C Properties

Sample Clock >> Timebase >> Active Edge

Data Type: int32
Description: Specifies on which edge to recognize a Sample Clock Timebase pulse. This property is useful primarily when the signal you use as the Sample Clock Timebase 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:
  DAQmxGetSampClkTimebaseActiveEdge
  DAQmxSetSampClkTimebaseActiveEdge
  DAQmxResetSampClkTimebaseActiveEdge