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


Glossary Item Box

Gets or sets a value indicating the PDSCH antenna ports used by this PDSCH.

Syntax

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

Property Value

Default value is 1. Range of value is 1(antenna port 0 is active) to 63(all 8 antenna ports are active).

Remarks

when UseAntennaPortsIndex is true, this value is calculated based on AntennaPortsIndex, DmrsConfigType, DmrsMaxLength, RankNumber when UseAntennaPortsIndex is false, customer can set the 8 antenna ports active status through the 8 bits, each bit indicating each antenna port is active or not, LSB means antenna port 0, etc.. 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.00

See Also