Keysight Pathwave 89600 VSA .NET API
SetAllocatedRBGroupIndexes(Int32,Int32) Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Coreset Class > SetAllocatedRBGroupIndexes Method : SetAllocatedRBGroupIndexes(Int32,Int32) Method


startIndex
The first zero-based RB group index allocated to this coreset.
count
The number of contiguous RB groups to allocate to this coreset.

Glossary Item Box

Sets a single contiguous set of RB groups to be allocated for this coreset.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SetAllocatedRBGroupIndexes( _
   ByVal startIndex As Integer, _
   ByVal count As Integer _
) 
C# 
public abstract void SetAllocatedRBGroupIndexes( 
   int startIndex,
   int count
)
C++/CLI 
public:
abstract void SetAllocatedRBGroupIndexes( 
   int startIndex,
   int count
) 

Parameters

startIndex
The first zero-based RB group index allocated to this coreset.
count
The number of contiguous RB groups to allocate to this coreset.

Remarks

This method allows a single contiguous allocation of RB groups to be defined. If a more complex or non-contiguous allocation use SetAllocatedRBGroupIndexes(Int32[],Int32[]). Inspect the results of GetAllocatedRBGroupIndexes to see the current set of RB group indexes allocated to this coreset.

Requirements

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

See Also