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


Glossary Item Box

Gets or sets the total number of symbols to analyze.

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 value is 60 symbols. The minimum value is 1 symbol.

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. When ResultLengthSelection is set to ResultLengthSelection.Manual, the ResultLength value is always used even if a burst search seems to indicate that the burst is shorter than this. If ResultLengthSelection is set to ResultLengthSelection.Automatic and burst search is enabled, ResultLength is the maximum that will be used, but a shorter value will be used if the burst appears to be shorter than ResultLength.

Requirements

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

See Also