Keysight 89600 VSA .NET API
SequenceIndex Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > Scrambler Class : SequenceIndex Property


Glossary Item Box

Gets or sets the sequence index.

Syntax

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

Remarks

Requirements

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

See Also