NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.AdjustSampleClockRelativeDelay Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.AdjustSampleClockRelativeDelay Method

ScopeTimingAdjustSampleClockRelativeDelay Method

Configures the relative sample clock delay in seconds when using the internal clock. Each time this method is called, the sample clock is delayed by the specified amount of time.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public void AdjustSampleClockRelativeDelay(
	PrecisionTimeSpan delay
)
Public Sub AdjustSampleClockRelativeDelay ( 
	delay As PrecisionTimeSpan
)

Parameters

delay
Type: NationalInstrumentsPrecisionTimeSpan
The amount of time, in seconds, to delay the sample clock. This is a relative value, so repeated calls to this method delays the sample clock by this amount every time.

See Also

Log in to get a better experience