GaussianGainPattern Constructor (Double, Double, Double) | 
 
            Create a new instance based on the given diameter and efficiency.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GaussianGainPattern(
	double diameter,
	double efficiency,
	double backlobeGain
)
Public Sub New ( 
	diameter As Double,
	efficiency As Double,
	backlobeGain As Double
)
public:
GaussianGainPattern(
	double diameter, 
	double efficiency, 
	double backlobeGain
)
new : 
        diameter : float * 
        efficiency : float * 
        backlobeGain : float -> GaussianGainPatternParameters
- 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