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


Glossary Item Box

Gets or sets the time gate delay for all channels, 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 an individual channel, use the TimeChannel.GateDelay property on the appropriate channel. Individual channel settings are available via the Channels collection. To set the gate delay for all channels to the same value, set the GateDelay property on this object all the channels will be set to the same GateDelay.

Requirements

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

See Also