Keysight Pathwave 89600 VSA .NET API
ScoringSequenceOffset Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > MeasurementExtension Class : ScoringSequenceOffset Property


Glossary Item Box

Gets or sets the offset index to start the sequential scoring.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ScoringSequenceOffset As Integer
C# 
public virtual int ScoringSequenceOffset {get; set;}
C++/CLI 
public:
virtual property int ScoringSequenceOffset {
   int get();
   void set (    int value);
}

Remarks

Scoring starts at this offset from the first pulse, on the pulse table, when ScoringSequenceOffsetAuto is disabled. This value is invalid (not reflecting the value detected by Auto algorithm) when ScoringSequenceOffsetAuto is enabled.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.20

See Also