Click or drag to resize

PencilBeamGainPatternConfigureMainLobeGainAndBeamwidth Method

Helper function for configuring the side lobe gain for a given main lobe gain and desired 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 void ConfigureMainLobeGainAndBeamwidth(
	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