NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.AbsoluteSampleClockOffset Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.AbsoluteSampleClockOffset Property

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: PrecisionTimeSpan
The absolute time offset of the sample clock relative to the reference clock.

Exceptions

ExceptionCondition
ObjectDisposedExceptionAbsoluteSampleClockOffset 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.

See Also

Log in to get a better experience