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


Glossary Item Box

Gets or sets the beginning of this allocation as an offset from the first symbol in the frame.

Syntax

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

Requirements

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

See Also