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


Glossary Item Box

Gets or sets the measurement result length in Power Control Groups (PCGs).

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 16 PCGs. The maximum value is 64 PCGs for forward-link measurements, and 48 PCGs for reverse-link measurements. The minimum is 1 PCG.

Remarks

ResultLength determines the signal capture length and is the number of PCGs available for analysis. The actual analysis interval is determined by MeasurementOffset and MeasurementInterval, which must be specified to be within the ResultLength.

Requirements

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

See Also