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


Glossary Item Box

Gets or sets a value indicating the RB set used by this PUCCH when interlaced transmission is used.

Syntax

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

Property Value

Default value is 0, the minimum value is 0, the maximum value is 4.

Remarks

This property corresponds to the higher-layer parameter rb-SetIndex in PUCCH-Resource-r16 information element. When New Radio carrier is in unlicensed spectrum, it is possible some segments of the spectrum are not available for New Radio signal transmission, and these segments are defined as Intra-Cell guard bands. These guard bands divide the whole carrier into several RB sets, at most there can be 4 guard bands and 5 RB sets. When the PUCCH uses interlaced transmission, this value indicates the index of the RB set on which this PUCCH is allocated. , ,

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