NI-SCOPE .NET Class Library Help

ScopeWaveformInfo.RelativeInitialX Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeWaveformInfo.RelativeInitialX Property

ScopeWaveformInfoRelativeInitialX Property

Gets the time, in seconds, from the trigger to the first sample in the fetched waveform.

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

Syntax

public double RelativeInitialX { get; }
Public ReadOnly Property RelativeInitialX As Double
	Get

Property Value

Type: Double
Time, in seconds, from the trigger to the first sample in the fetched waveform.

See Also