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


Glossary Item Box

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

Syntax

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

Property Value

Default value depends on MaximumTransmissionBandwidth, set to fully occupy carrier bandwidth.

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.

Requirements

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

See Also