Click or drag to resize

PencilBeamGainPattern Constructor (Double, Double)

Initializes a new instance with a desired main lobe gain and 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 PencilBeamGainPattern(
	double mainLobeGain,
	double beamwidth
)

Parameters

mainLobeGain
Type: SystemDouble
The pencil beam main lobe gain.
beamwidth
Type: SystemDouble
The desired beamwidth of the pencil beam antenna, in radians.
Exceptions
ExceptionCondition
ArgumentException Thrown when beamwidth is less than or equal to 0.0 or greater than π/2 radians, or mainLobeGain is less than or equal to 1.0.
See Also