Keysight Pathwave 89600 VSA .NET API
Antennas Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > AngleOfArrival Class : Antennas Property


Glossary Item Box

Gets a reference to the AoaAntennaCollection.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Antennas As AoaAntennaCollection
C# 
public abstract AoaAntennaCollection Antennas {get;}
C++/CLI 
public:
abstract property AoaAntennaCollection^ Antennas {
   AoaAntennaCollection^ get();
}

Remarks

Angle of arrival is calculated based on the time/phase differences between measurement antennas that are located at different positions. Each antenna is specified with X/Z position and enable/disable for the calculation.

Requirements

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

See Also