Keysight Pathwave 89600 VSA .NET API
IsGridEnabled Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > ResourceGrid Class : IsGridEnabled Property


Glossary Item Box

Gets or sets a value indicating whether this resource grid is enabled.

Syntax

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

Remarks

The default value depends on the index of this resource grid in the ResourceGridCollection. The default value is true if the index is 1. Otherwise, it is false. Index 0 represents Mu0:15kHz. Index 1 represents Mu1:30kHz. Index 2 represents Mu2:60kHz. Index 3 represents Mu3:120kHz. Index 4 represents Mu4:240kHz. If a resource grid is invalid, it is disabled.

Requirements

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

See Also