Keysight Pathwave 89600 VSA .NET API
Length Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Time Class : Length Property


Glossary Item Box

Gets or sets the main time length, in seconds.

Syntax

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

Remarks

If IsResolutionAuto is true, then the Span is adjusted to achieve the specified main time length (shown in Main Time trace in Vector mode). If IsResolutionAuto is false, then the resolution bandwidth (Frequency.ResBW) is modified to achieve the main time length.

Note: most demodulation measurements set the time length automatically, usually based on a parameter called "Result Length" or "Search Length."

Requirements

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

See Also