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


Glossary Item Box

Gets the actual gate length of the measurement. When multiple channels are used then this shows the actual length of the first channel.

Syntax

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

Remarks

The Length property is a requested length and sometimes the measurement may coerce the length. The property returns the actual gate length (the coerced value).

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