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


Glossary Item Box

Gets or sets a value indicating whether PUSCH CQI/PMI Info Size Auto is enabled.

Syntax

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

Property Value

The default value is true.

Remarks

Please refer to associated property IsPuschCqiPmiInformationSizeDynamic for details of the PUSCH CQI/PMI Info Size auto-detection functionality supported when IsPuschCqiPmiInformationSizeAutoDetected is true. Note, if the PUSCH CQI/PMI Info Size content is known and 'static' (i.e. size is fixed or constant) for all PUSCH subframe allocations, then for best PUSCH decoding speed performance, we recommend setting IsPuschCqiPmiInformationSizeAutoDetected value to false, and instead manually configure the appropriate PuschCqiPmiInformationSize value.

Requirements

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

See Also