Keysight Pathwave 89600 VSA .NET API
ResultLength Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot 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 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 20 slots. The minimum value is 1 slot and the maximum is 100 slots.

Remarks

ResultLength, AnalysisStartBoundary, and IsNtmSignalAutoDetect determine the amount of data acquired.

Requirements

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

See Also