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


Glossary Item Box

Gets or sets a value indicating whether the gate window is the same as the main window.

Syntax

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

Remarks

Determine whether the gate window is set to be the same as the main window. If GateWindowIsMain is set to False, then the time gate window is determined by the GateWindow property.

Requirements

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

See Also