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


Glossary Item Box

Gets or sets the time gate delay for this channel, in seconds.

Syntax

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

Remarks

This value is the delay from the beginning of the main time record to the start of the time gate.

Note that for multi-channel hardware, the gate delay can be set independently for each channel or all channels can be set to the same value. To set the gate delay for all channels to the same value use the Time.GateDelay property.

Requirements

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

See Also