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


Glossary Item Box

Gets a reference to the collection of resource grid settings used for Point A.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ResourceGridCollection As ResourceGridCollection
C# 
public virtual ResourceGridCollection ResourceGridCollection {get;}
C++/CLI 
public:
virtual property ResourceGridCollection^ ResourceGridCollection {
   ResourceGridCollection^ get();
}

Remarks

Resource grid collection is a fixed collection of five grid instances. The grid at index 0 represents resource grid for numerology Mu0:15kHz. The grid at index 1 represents resource grid for numerology Mu1:30kHz. The grid at index 2 represents resource grid for numerology Mu2:60kHz. The grid at index 3 represents resource grid for numerology Mu4:120kHz. The grid at index 4 represents resource grid for numerology Mu5:240kHz.

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 23.20

See Also