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


Glossary Item Box

Gets or sets the time gate length, in seconds.

Syntax

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

Remarks

For each channel, the sum of the GateDelay plus the GateLength must be less than or equal to the main time Length property.

Requirements

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

See Also