CosineSquaredPedestalRectangularApertureGainPattern Constructor (Double, Double, Double, Double, Double) |
Create a new instance based on the given pedestal level, x and y dimensions, efficiency, and back lobe gain.
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 CosineSquaredPedestalRectangularApertureGainPattern(
double pedestalLevel,
double xDimension,
double yDimension,
double efficiency,
double backLobeGain
)
Public Sub New (
pedestalLevel As Double,
xDimension As Double,
yDimension As Double,
efficiency As Double,
backLobeGain As Double
)
public:
CosineSquaredPedestalRectangularApertureGainPattern(
double pedestalLevel,
double xDimension,
double yDimension,
double efficiency,
double backLobeGain
)
new :
pedestalLevel : float *
xDimension : float *
yDimension : float *
efficiency : float *
backLobeGain : float -> CosineSquaredPedestalRectangularApertureGainPattern
Parameters
- pedestalLevel
- Type: SystemDouble
The pedestal level. - xDimension
- Type: SystemDouble
The x dimension of the antenna. - yDimension
- Type: SystemDouble
The y dimension 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