Keysight Pathwave 89600 VSA .NET API
GetCoordinatesOfElements Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > AntennaConfiguration Class : GetCoordinatesOfElements Method


Glossary Item Box

Gets an array of the coordinates of all the antenna elements in the antenna array.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetCoordinatesOfElements() As Double()
C# 
public abstract double[] GetCoordinatesOfElements()
C++/CLI 
public:
abstract array<double>^ GetCoordinatesOfElements(); 

Return Value

An array of the coordinates of all the antenna elements in the antenna array.

Remarks

If the coordinate of the ith antenna element is (x_i, y_i, z_i), this array contains the coordinate of all the elements, in the order of x_0, y_0, z_0, x_1, y_1, z_1, x_2, y_2, z_2....

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.00

See Also