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 _ ) |
C++/CLI | |
---|---|
public: RectangularAntennaPanelArray( double antennaCenterFrequency, ElementSpacingUnit elementSpacingUnit, int antennaGroupNumber, int panelNumberOnYAxis, int panelNumberOnZAxis, double panelSpacingOnYAxis, double panelSpacingOnZAxis, int elementNumberPerPanelOnYAxis, int elementNumberPerPanelOnZAxis, double elementSpacingOnYAxis, double elementSpacingOnZAxis ) |
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
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)