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


Glossary Item Box

Gets or sets a value indicating the beta offset index of the HARQ-ACK transmitted on this PUSCH.

Syntax

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

Property Value

Default value is 0, min value is 0, max value is 15.

Remarks

Beta offset index decides the beta offset values which determines a number of resources for multiplexing HARQ-ACK information on this PUSCH. The mapping between BetaOffsetIndex and the beta Offset value is defined in table 9.3-1 of standard 38.214.

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 26.00

See Also