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


Glossary Item Box

Gets or sets the end symbol index for this allocation. Alternative to setting Length.

Syntax

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

Requirements

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

See Also