More >> AI Convert >> Delay From Sample Clock >> Delay Units

NI-DAQmx C Properties

More >> AI Convert >> Delay From Sample Clock >> Delay Units

Data Type: int32
Description: Specifies the units of Delay.

NI-DAQmx uses the AI Convert Clock timebase to produce the delay.

If you set this property to DAQmx_Val_Ticks and N is the value of Delay, N pulses of the AI Convert Clock Timebase occur after receiving a Sample Clock pulse before the acquisition of the sample begins.

If you set this property to DAQmx_Val_Seconds, that number of seconds elapses after receiving a Sample Clock pulse before the acquisition of the sample begins.

Valid values

DAQmx_Val_Seconds 10364 Seconds.
DAQmx_Val_Ticks 10304 Timebase ticks.


You can get/set/reset this property using:
  DAQmxGetDelayFromSampClkDelayUnits
  DAQmxSetDelayFromSampClkDelayUnits
  DAQmxResetDelayFromSampClkDelayUnits
  DAQmxGetDelayFromSampClkDelayUnitsEx
  DAQmxSetDelayFromSampClkDelayUnitsEx
  DAQmxResetDelayFromSampClkDelayUnitsEx