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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property CurrentMaxRBForScs60KHz As Integer
C# 
public abstract int CurrentMaxRBForScs60KHz {get;}
C++/CLI 
public:
abstract property int CurrentMaxRBForScs60KHz {
   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.Mu2NormalCP or Numerology.Mu2ExtendedCP.

Requirements

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

See Also