Click or drag to resize

CosineSquaredPedestalCircularApertureGainPattern Constructor (Double, Double, Double, Double)

Create a new instance based on the given pedestal level, diameter, efficiency, and back lobe gain.

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 CosineSquaredPedestalCircularApertureGainPattern(
	double pedestalLevel,
	double diameter,
	double efficiency,
	double backLobeGain
)

Parameters

pedestalLevel
Type: SystemDouble
The pedestal level.
diameter
Type: SystemDouble
The diameter of the antenna.
efficiency
Type: SystemDouble
The efficiency of the antenna.
backLobeGain
Type: SystemDouble
The back lobe gain of the antenna, applied when the angle is greater than 90 degrees from the boresight.
See Also