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


Glossary Item Box

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

Syntax

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

Property Value

The default value is false.

Remarks

When set to false, it indicates the PUSCH RI Info Size content is 'static' (i.e. size is fixed or constant) for all PUSCH subframe allocations. For this 'static' test case, if IsPuschRIInformationSizeAutoDetected is true, the PUSCH RI 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 RI Info Size value will be set to 0 for the decoding of all remaining active PUSCH subframes. For improved PUSCH RI Info Size auto-detection speed performance, setting IsPuschRIInformationSizeDynamic value to false is recommended when testing signals with unknown but 'static' PUSCH RI Info Size content. When set to true, it indicates the PUSCH RI Info Size content is 'dynamic' (i.e. size can be different) for each of the PUSCH subframe allocations. For this 'dynamic' test case, if IsPuschRIInformationSizeAutoDetected is true, the PUSCH RI Info Size value will be auto-detected separately for each active PUSCH subframe allocation. Note, if the PUSCH RI Info Size content is unknown but 'static' (i.e. size is fixed or constant) for all PUSCH subframe allocations, then we recommend setting IsPuschRIInformationSizeDynamic value to false for improved PUSCH RI Info Size auto-detection speed performance. Note that the property IsPuschRIInformationSizeDynamic is only actively used when the associated property IsPuschRIInformationSizeAutoDetected 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