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


Glossary Item Box

Gets or sets the size for this resource grid

Syntax

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

Property Value

The default value depends on the index of this resource grid in the ResourceGridCollection and the MaximumTransmissionBandwidth. 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.

Requirements

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

See Also