Timing.FirstSampleClockTime Property
- 已更新2023-02-21
- 閱讀時間為 1 分鐘
Gets or sets the time of the first sample clock.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public PrecisionDateTime FirstSampleClockTime { get; set; }
Public Property FirstSampleClockTime As PrecisionDateTime Get Set
Property Value
Type: PrecisionDateTimeThe time of the first sample clock.
Exceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |
Remarks
| The first sample clock time is represented by a PrecisionDateTime expressed as a UTC time. To set a time based on the current system time, use UtcNow, adding an offset, rather than Now. |