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


Glossary Item Box

Gets or sets the total length of this allocation in number of symbols. Alternative to setting EndSymbolIndex.

Syntax

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

Remarks

This is the total number of symbols in the region specified by StartSymbolIndex and Length. The active symbol indexes are determined by PatternRepeatEnabled, SetActiveIndexes, and RepetitionInterval.

Requirements

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

See Also