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


Glossary Item Box

Gets or sets the window applied to the gated time data.

Syntax

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

Remarks

Determine the type of window to apply to gated time data.

If the GateWindowIsMain property is set to true, then GateWindow is ignored and the value of the Window property is used instead.

Requirements

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

See Also