PencilBeamGainPattern Constructor (Double, Double) | 
 
            Initializes a new instance with a desired main lobe gain and beamwidth.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PencilBeamGainPattern(
	double mainLobeGain,
	double beamwidth
)
Public Sub New ( 
	mainLobeGain As Double,
	beamwidth As Double
)
public:
PencilBeamGainPattern(
	double mainLobeGain, 
	double beamwidth
)
new : 
        mainLobeGain : float * 
        beamwidth : float -> PencilBeamGainPatternParameters
- mainLobeGain
 - Type: SystemDouble
The pencil beam main lobe gain. - beamwidth
 - Type: SystemDouble
The desired beamwidth of the pencil beam antenna, in radians. 
Exceptions| Exception | Condition | 
|---|
| 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