ScopeReferenceTrigger.ReferencePosition Property
- Updated2023-09-06
- 1 minute(s) read
ScopeReferenceTriggerReferencePosition Property
Gets or sets the position of the Reference Event in the waveform record.
When the digitizer detects a trigger, it waits the length of time specified by Delay.
The event that occurs when the delay time elapses is the Reference Event. The Reference Event is relative to the start of the record and is a percentage of the record length.
For example, the value 50.0 corresponds to the center of the waveform record and 0.0 corresponds to the first element in the waveform record.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public double ReferencePosition { get; set; }
Public Property ReferencePosition As Double Get Set
Property Value
Type: DoubleThe valid values for this property range from 0.0 to 100.0.