Keysight 89600 VSA .NET API
IsPuschHarqAckInformationSizeDynamic Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : IsPuschHarqAckInformationSizeDynamic Property


Glossary Item Box

Gets or sets a value indicating whether PUSCH HARQ-ACK Info Size can be dynamically changing between any two PUSCH subframe allocations.

Syntax

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

Property Value

The default value is false.

Remarks

When set to false, it indicates the PUSCH HARQ-ACK Info Size content is 'static' (i.e. size is fixed or constant) for all PUSCH subframe allocations. For this 'static' test case, if IsPuschHarqAckInformationSizeAutoDetected is true, the PUSCH HARQ-ACK Info Size value will be auto-detected from the first active PUSCH subframe allocation, and the auto-detected value will be applied for the decoding of all remaining active PUSCH subframes. If the first active PUSCH subframe CRC decode is unsuccessful, then the PUSCH HARQ-ACK Info Size value will be set to 0 for the decoding of all remaining active PUSCH subframes. For improved PUSCH HARQ-ACK Info Size auto-detection speed performance, setting IsPuschHarqAckInformationSizeDynamic value to false is recommended when testing signals with unknown but 'static' PUSCH HARQ-ACK Info Size content. When set to true, it indicates the PUSCH HARQ-ACK Info Size content is 'dynamic' (i.e. size can be different) for each of the PUSCH subframe allocations. For this 'dynamic' test case, if IsPuschHarqAckInformationSizeAutoDetected is true, the PUSCH HARQ-ACK Info Size value will be auto-detected separately for each active PUSCH subframe allocation. Note, if the PUSCH HARQ-ACK Info Size content is unknown but 'static' (i.e. size is fixed or constant) for all PUSCH subframe allocations, then we recommend setting IsPuschHarqAckInformationSizeDynamic value to false for improved PUSCH HARQ-ACK Info Size auto-detection speed performance. Note that the property IsPuschHarqAckInformationSizeDynamic is only actively used when the associated property IsPuschHarqAckInformationSizeAutoDetected is true. Otherwise it will be ignored.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also