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


Glossary Item Box

Gets a value indicating the number of RB available in this resource allocation.

Syntax

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

Remarks

A resource block (RB) consists of 12 contiguous subcarriers. The RBNumber determines the contiguous amount of spectrum available to this resource allocation starting from RBOffset within the containing ComponentCarrier. The maximum number of RB potentially available to this resource allocation is determined by the Numerology of this resource allocation and the maximum RB limit specified for the ComponentCarrier for that particular Numerology. NOTE: An SS/PBCH resource allocation has a fixed size of 20 RB.

Requirements

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

See Also