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


Glossary Item Box

Gets the actual gate length of the measurement.

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. This 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 28.60

See Also