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


panelArray
the rectangular antenna panel array which is used to generate the antenna position array.

Glossary Item Box

Applies the rectangular antenna panel array to generate the antenna position array.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub ApplyRectangularPanelArray( _
   ByVal panelArray As RectangularAntennaPanelArray _
) 
C# 
public abstract void ApplyRectangularPanelArray( 
   RectangularAntennaPanelArray panelArray
)
C++/CLI 
public:
abstract void ApplyRectangularPanelArray( 
   RectangularAntennaPanelArray^ panelArray
) 

Parameters

panelArray
the rectangular antenna panel array which is used to generate the antenna position array.

Remarks

Customer can first define a RectangularAntennaPanelArray, then use this method to set the coordinates of the elements based on the antenna array settings.

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