Keysight Pathwave 89600 VSA .NET API
CGUciPayloadSize Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pusch Class : CGUciPayloadSize 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 CGUciPayloadSize As Integer
C# 
public virtual int CGUciPayloadSize {get; set;}
C++/CLI 
public:
virtual property int CGUciPayloadSize {
   int get();
   void set (    int value);
}

Property Value

The unit is bit, default value is 7 bits, range is 7~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