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


mu
The numerology for which the guard bands to be get.

Glossary Item Box

Gets the start CRB and number of CRB of all guard bands for the specified numerology.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetGuardBands( _
   ByVal mu As Numerology _
) As Integer()
C# 
public virtual int[] GetGuardBands( 
   Numerology mu
)
C++/CLI 
public:
virtual array<int>^ GetGuardBands( 
   Numerology mu
) 

Parameters

mu
The numerology for which the guard bands to be get.

Return Value

An array of start CRB and number of CRB of all guard bands for the specified numerology.

Remarks

This value decides which RBs are not available for New Radio channel transmission for the specified numerology. If resource grid with 15kHz numerology is not enabled for this carrier, the guard band configuration for 15kHz numerology will not have any impact on the measurement. For every two values, the first/second is the lowest CRB and the size in CRB of a guard band between two RB sets. The reference CRB for the start CRB is CRB 0.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.20

See Also