Keysight Pathwave 89600 VSA .NET API
RectangularAntennaPanelArray Constructor(Double,ElementSpacingUnit,Int32,Int32,Int32,Double,Double,Int32,Int32,Double,Double)
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > RectangularAntennaPanelArray Class > RectangularAntennaPanelArray Constructor : RectangularAntennaPanelArray Constructor(Double,ElementSpacingUnit,Int32,Int32,Int32,Double,Double,Int32,Int32,Double,Double)


antennaCenterFrequency
The setting value to use for AntennaCenterFrequency
elementSpacingUnit
The setting value to use for ElementSpacingUnit
antennaGroupNumber
The setting value to use for AntennaGroupNumber
panelNumberOnYAxis
The setting value to use for PanelNumberPerGroupInHorizontalDirection
panelNumberOnZAxis
The setting value to use for PanelNumberPerGroupInVerticalDirection
panelSpacingOnYAxis
The setting value to use for PanelSpacingInHorizontalDirection
panelSpacingOnZAxis
The setting value to use for PanelSpacingInVerticalDirection
elementNumberPerPanelOnYAxis
The setting value to use for ElementNumberPerPanelInHorizontalDirection
elementNumberPerPanelOnZAxis
The setting value to use for ElementNumberPerPanelInVerticalDirection
elementSpacingOnYAxis
The setting value to use for ElementSpacingInHorizontalDirection
elementSpacingOnZAxis
The setting value to use for ElementSpacingInVerticalDirection

Glossary Item Box

Initializes a new instance of the RectangularAntennaPanelArray class with the specified settings.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal antennaCenterFrequency As Double, _
   ByVal elementSpacingUnit As ElementSpacingUnit, _
   ByVal antennaGroupNumber As Integer, _
   ByVal panelNumberOnYAxis As Integer, _
   ByVal panelNumberOnZAxis As Integer, _
   ByVal panelSpacingOnYAxis As Double, _
   ByVal panelSpacingOnZAxis As Double, _
   ByVal elementNumberPerPanelOnYAxis As Integer, _
   ByVal elementNumberPerPanelOnZAxis As Integer, _
   ByVal elementSpacingOnYAxis As Double, _
   ByVal elementSpacingOnZAxis As Double _
)

Parameters

antennaCenterFrequency
The setting value to use for AntennaCenterFrequency
elementSpacingUnit
The setting value to use for ElementSpacingUnit
antennaGroupNumber
The setting value to use for AntennaGroupNumber
panelNumberOnYAxis
The setting value to use for PanelNumberPerGroupInHorizontalDirection
panelNumberOnZAxis
The setting value to use for PanelNumberPerGroupInVerticalDirection
panelSpacingOnYAxis
The setting value to use for PanelSpacingInHorizontalDirection
panelSpacingOnZAxis
The setting value to use for PanelSpacingInVerticalDirection
elementNumberPerPanelOnYAxis
The setting value to use for ElementNumberPerPanelInHorizontalDirection
elementNumberPerPanelOnZAxis
The setting value to use for ElementNumberPerPanelInVerticalDirection
elementSpacingOnYAxis
The setting value to use for ElementSpacingInHorizontalDirection
elementSpacingOnZAxis
The setting value to use for ElementSpacingInVerticalDirection

Requirements

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

See Also