Keysight Pathwave 89600 VSA .NET API
ResultLength Property
See Also 
Agilent.SA.Vsa.DocsisUpstream.Interfaces Assembly > Agilent.SA.Vsa.DocsisUpstream Namespace > MeasurementExtension Class : ResultLength Property


Glossary Item Box

Gets or sets the result length in number of OFDM symbols.

Syntax

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

Property Value

The default and minimum is one frame (128 symbols).

Remarks

The value of ResultLength determines how much data can be processed, but the MeasurementInterval and MeasurementOffset properties further limit the results that are displayed to the user.

Requirements

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

See Also