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


Glossary Item Box

Gets or sets the total number of transmitter antennas used for the measurement.

Syntax

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

Property Value

The value is limited to the number of Agilent.SA.Vsa.Input.MeasurementChannels defined in the Input configuration. When CrossCorrelatedEvmEnabled = true, the maximum limit is half the number of Agilent.SA.Vsa.Input.MeasurementChannels.

Remarks

When total number of transmitter antennas is greater than one, the MIMO Configuration properties within FramePart and Allocation are enabled for use.

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 29.00

See Also