PhasedArrayElement Constructor (Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
X position of the element in units of wavelength computed from the design frequency. - y
- Type: System.Double
Y position of the element in units of wavelength computed from the design frequency.
Remarks
Defaults to Enabled = true.
See Also