ScopeTiming.AbsoluteSampleClockOffset Property
- Updated2023-09-06
- 1 minute(s) read
ScopeTimingAbsoluteSampleClockOffset Property
Gets or sets the absolute time offset of the sample clock relative to the reference clock.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public PrecisionTimeSpan AbsoluteSampleClockOffset { get; set; }
Public Property AbsoluteSampleClockOffset As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanThe absolute time offset of the sample clock relative to the reference clock.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | AbsoluteSampleClockOffset was accessed after associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException | The underlying NI-SCOPE driver returned an error. |
Remarks
Configures the sample clock relationship with respect to the reference clock. This parameter is factored
into NI-TClk adjustments and is typically used to improve the repeatability of NI-TClk Synchronization.
When this parameter is read, the currently programmed value is returned. The range of the absolute sample
clock offset is [-0.5 sample clock periods, 0.5 sample clock periods]. The default absolute sample clock
offset is 0 s.