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


Glossary Item Box

Gets the current maximum number of RB available in this carrier for 120 kHz subcarrier scaling (µ = 3).

Syntax

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

Remarks

This value depends on the current value of MaximumTransmissionBandwidth, and depends on ResourceGridCollection. NOTE: This value will limit the RBOffset and RBNumber for resource allocations with a Numerology set to Numerology.Mu3.

Requirements

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

See Also