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


Glossary Item Box

Gets or sets a value indicating whether PUSCH RI Info Size Auto is enabled.

Syntax

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

Property Value

The default value is true.

Remarks

Please refer to associated property IsPuschRIInformationSizeDynamic for details of the PUSCH RI Info Size auto-detection functionality supported when IsPuschRIInformationSizeAutoDetected is true. Note, if the PUSCH RI 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 IsPuschRIInformationSizeAutoDetected value to false, and instead manually configure the appropriate PuschRIInformationSize value.

Requirements

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

See Also