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


Glossary Item Box

Gets or sets the result length (in slots).

Syntax

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

Remarks

Determines how many slots are acquired for possible analysis. Default is 5, minimum is 1, maximum depends upon the attached hardware. Actual analyzed slots depend upon the selected Measurement Interval and Offset.

Requirements

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

See Also