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


Glossary Item Box

Gets or sets a value indicating the number of resource blocks assigned to this physical signal.

Syntax

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

Property Value

Default value is 96. When Numerology is Numerology.Mu0, the value is Min(96, ResourceGrid.Size). When Numerology is Numerology.Mu1, the value is either Min(48, ResourceGrid.Size) or Min(96, ResourceGrid.Size).

Remarks

This value specifies the contiguous set of RB starting at RBStartIndex within the containing resource allocation. The available RB for this physical signal is constrained by the containing resource grid (ResourceGrid.Size).

Requirements

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

See Also