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


Glossary Item Box

Gets or sets the length of the frame in number of symbols.

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);
}

Requirements

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

See Also