Keysight Pathwave 89600 VSA .NET API
GetAllocatedRBGroupIndexes Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Coreset Class : GetAllocatedRBGroupIndexes Method


Glossary Item Box

Gets the set of RB groups indexes allocated for this coreset.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetAllocatedRBGroupIndexes() As Integer()
C# 
public abstract int[] GetAllocatedRBGroupIndexes()
C++/CLI 
public:
abstract array<int>^ GetAllocatedRBGroupIndexes(); 

Return Value

An array of RB group indexes allocated for this coreset

Requirements

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

See Also