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


Glossary Item Box

Gets or sets the number of symbols to provide in the results of the measurement.

Syntax

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

Remarks

When Style = FrameDefinitionStyle.Burst and FrameDefinition.VariableLengthEnabled = true, ResultLength defines the maximum amount of data that will be analyzed. The frame may be shorter.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also