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


mu
The numerology for which the guard bands to be set.
values
The start CRB and number of CRB of all guard bands for the specified numerology to be set.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetGuardBands( _
   ByVal mu As Numerology, _
   ByVal ParamArray values() As Integer _
) 
C# 
public virtual void SetGuardBands( 
   Numerology mu,
   params int[] values
)
C++/CLI 
public:
virtual void SetGuardBands( 
   Numerology mu,
   ... array<int>^ values
) 

Parameters

mu
The numerology for which the guard bands to be set.
values
The start CRB and number of CRB of all guard bands for the specified numerology to be set.

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