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


Glossary Item Box

Gets or sets the maximum result length when the result length selection is not set to manual.

Syntax

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

Property Value

The default value is 60 symbols. The minimum value is 1 symbol.

Remarks

This value is used only if ResultLengthSelection is set to ResultLengthSelection.Automatic or ResultLengthSelection.Fch. In this case, the result length is auto-detected from either the pulse length (for ResultLengthSelection.Automatic) or from the FCH symbol (for ResultLengthSelection.Fch). After the auto-detection, the value is limited to be at most ResultLengthMaximum symbols. This can be used to avoid excessive calculation times and excessively long results when the pulse is very long.

Note that this 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