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


Glossary Item Box

Gets or sets a value indicating whether the frame has variable length (Style = FrameDefinitionStyle.Burst).

Syntax

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

Remarks

Only applicable when Style = FrameDefinitionStyle.Burst.

Requirements

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

See Also