PhasedArrayElement Constructor (Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PhasedArrayElement(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
PhasedArrayElement(
double x,
double y
)
new :
x : float *
y : float -> PhasedArrayElement
Parameters
- x
- Type: SystemDouble
X position of the element in units of wavelength computed from the design frequency. - y
- Type: SystemDouble
Y position of the element in units of wavelength computed from the design frequency.
Remarks
Defaults to Enabled = .
See Also