DelayFromSampleClockUnits
- Updated2026-02-03
- 1 minute(s) read
Specifies the units of DelayFromSampleClock.
Syntax
Namespace: NationalInstruments.DAQmx
public DelayFromSampleClockUnits DelayFromSampleClockUnits { get; set; }
Remarks
NI-DAQmx uses the AI Convert Clock timebase to produce the delay.
If you set this property to Ticks and N is the value of DelayFromSampleClock, 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 Seconds, that number of seconds elapses after receiving a Sample Clock pulse before the acquisition of the sample begins.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |