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


Glossary Item Box

Gets or sets a value indicating the payload size(bit number) of the HARQ-ACK transmitted on this PUSCH.

Syntax

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

Property Value

The unit is bit, default value is 1 bits, range is 1~1706 bits. When both HARQ-ACK and CG-UCI are enabled, the total payload size should be less than 1706 bits.

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