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.2.419.0 (24.2.419.0)
Syntax public RectangularBeamGainPattern(
double mainLobeGain,
double xBeamwidth,
double yBeamwidth
)
Public Sub New (
mainLobeGain As Double,
xBeamwidth As Double,
yBeamwidth As Double
)
public:
RectangularBeamGainPattern(
double mainLobeGain,
double xBeamwidth,
double yBeamwidth
)
new :
mainLobeGain : float *
xBeamwidth : float *
yBeamwidth : float -> RectangularBeamGainPattern
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