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


Glossary Item Box

Gets or sets how result length is determined.

Syntax

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

Property Value

The default value is ResultLengthSelection.Automatic.

Remarks

If this is ResultLengthSelection.Automatic, the result length is determined by auto-detecting the RF burst length, with a maximum given by ResultLength. If the value is ResultLengthSelection.Manual, the result length is specified by the ResultLength property.

Requirements

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

See Also