ItuRBO1213Version1CrossPolarGainPattern Constructor (Double, Double, Double) |
Create a new instance based on the given diameter, main lobe gain, and efficiency.
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 ItuRBO1213Version1CrossPolarGainPattern(
double diameter,
double mainLobeGain,
double efficiency
)
Public Sub New (
diameter As Double,
mainLobeGain As Double,
efficiency As Double
)
public:
ItuRBO1213Version1CrossPolarGainPattern(
double diameter,
double mainLobeGain,
double efficiency
)
new :
diameter : float *
mainLobeGain : float *
efficiency : float -> ItuRBO1213Version1CrossPolarGainPattern
Parameters
- diameter
- Type: SystemDouble
The diameter of the antenna. - mainLobeGain
- Type: SystemDouble
The main lobe gain of the antenna. - efficiency
- Type: SystemDouble
The efficiency of the antenna.
See Also