Timing.DelayFromSampleClock Property
- Updated2023-02-21
- 1 minute(s) read
TimingDelayFromSampleClock Property
Specifies the amount of time to wait after receiving a Sample Clock edge before beginning to acquire the sample. This value is in the units you specify with DelayFromSampleClockUnits.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double DelayFromSampleClock { get; set; }
Public Property DelayFromSampleClock As Double Get Set
Property Value
Type: DoubleSpecifies the amount of time to wait after receiving a Sample Clock edge before beginning to acquire the sample. This value is in the units you specify with DelayFromSampleClockUnits.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |