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


value
The array of the coordinates of all the antenna elements in the antenna array.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetCoordinatesOfElements( _
   ByVal value() As Double _
) 
C# 
public abstract void SetCoordinatesOfElements( 
   double[] value
)
C++/CLI 
public:
abstract void SetCoordinatesOfElements( 
   array<double>^ value
) 

Parameters

value
The 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