Click or drag to resize

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)
Syntax
public PhasedArrayElement(
	double x,
	double y
)

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