Keysight Pathwave 89600 VSA .NET API
PrecodingResourceBlockGroup Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : PrecodingResourceBlockGroup Property


Glossary Item Box

Gets or sets a value indicating the precoding resource block group used by this PDSCH.

Syntax

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

Property Value

Default value is PrecodingResourceBlockGroup.Wideband.

Remarks

According to 38.214 5.1.2.3, for the same PDSCH, the precoding on different RBs can be different depending on the channel condition on different RBs. There are 3 possible precoding granularity defined in the system, 2, 4 and wide band.

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 25.20

See Also