Keysight Pathwave 89600 VSA .NET API
SynchronizationAntennaPortIndex Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : SynchronizationAntennaPortIndex Property


Glossary Item Box

Gets or sets a value indicating the index of antenna port which is used for synchronization.

Syntax

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

Property Value

Default value is 0, valid range is from 0 to TransmitterAntennas - 1

Remarks

For MIMO measurement, we may have multiple preambles or pilots transmitted on multiple (virtual) antenna port, and they are used for channel estimation for that antenna port. This value indicates on which antenna port, the corresponding preamble or pilot will be searched on the input channel defined by SynchronizationMeasurementChannelIndex for the initial synchronization.

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 27.40

See Also