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


Glossary Item Box

Gets or sets the requested gate 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

This is ignored when gating is disabled. For power spectrum measurements if the specified RBW cannot be realized with the specified gate length then the gate length used by the measurement will be coerced. The ActualLength property will return the actual coerced length and this property will retain the original requested gate length.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.50

See Also