BesselEnvelopeCircularApertureGainPattern Constructor (Double, Int32, Double, Double, Double) | 
 
            Create a new instance based on the given pedestal level, bessel exponent, diameter, efficiency, and back lobe gain.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BesselEnvelopeCircularApertureGainPattern(
	double pedestalLevel,
	int exponent,
	double diameter,
	double efficiency,
	double backLobeGain
)
Public Sub New ( 
	pedestalLevel As Double,
	exponent As Integer,
	diameter As Double,
	efficiency As Double,
	backLobeGain As Double
)
public:
BesselEnvelopeCircularApertureGainPattern(
	double pedestalLevel, 
	int exponent, 
	double diameter, 
	double efficiency, 
	double backLobeGain
)
new : 
        pedestalLevel : float * 
        exponent : int * 
        diameter : float * 
        efficiency : float * 
        backLobeGain : float -> BesselEnvelopeCircularApertureGainPatternParameters
- pedestalLevel
 - Type: SystemDouble
The pedestal level. - exponent
 - Type: SystemInt32
The exponent applied to the bessel function. - 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