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


Glossary Item Box

Gets or sets a value indicating whether the GateView trace result is available or not.

Syntax

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

Remarks

The GateView trace result is available only when Enabled and IsGateViewEnabled are both true.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.50

See Also