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


Glossary Item Box

Gets or sets a value indicating the PUSCH antenna ports index.

Syntax

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

Property Value

Default value is 0. Range of value is 1 to 27.

Remarks

This property is only used if UseAntennaPortsIndex is true. we can get the DMRS ports used by this PUSCH, the number of CDM groups without data from this value. The number of DMRS ports is the layer number of this PUSCH. Refer to 7.3.1.1.2 of 38.212 for more details.

Requirements

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

See Also