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


Glossary Item Box

Gets or sets a value indicating the PDSCH 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 antenna ports used by this PDSCH, the number of CDM groups without data from this value. 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