Click or drag to resize

RectangularBeamGainPattern Constructor (Double, Double, Double)

Initializes a new instance with a desired main lobe gain, x-axis beamwidth, and y-axis beamwidth.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RectangularBeamGainPattern(
	double mainLobeGain,
	double xBeamwidth,
	double yBeamwidth
)

Parameters

mainLobeGain
Type: SystemDouble
The rectangular beam main lobe gain. The provided value must be greater than 1.0.
xBeamwidth
Type: SystemDouble
The beamwidth aligned with the antenna x-axis.
yBeamwidth
Type: SystemDouble
The beamwidth aligned with the antenna y-axis.
See Also