ItuRS672Version4GainPattern Constructor (Double, Double, Double, Double) |
Create a new instance based on the given major dimension, minor dimension, 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 ItuRS672Version4GainPattern(
double majorDimension,
double minorDimension,
double mainLobeGain,
double efficiency
)
Public Sub New (
majorDimension As Double,
minorDimension As Double,
mainLobeGain As Double,
efficiency As Double
)
public:
ItuRS672Version4GainPattern(
double majorDimension,
double minorDimension,
double mainLobeGain,
double efficiency
)
new :
majorDimension : float *
minorDimension : float *
mainLobeGain : float *
efficiency : float -> ItuRS672Version4GainPattern
Parameters
- majorDimension
- Type: SystemDouble
The major dimension of the antenna. - minorDimension
- Type: SystemDouble
The minor dimension of the antenna. - mainLobeGain
- Type: SystemDouble
The main lobe gain of the antenna which is applied from 0 degrees to the minimum off boresight angle
defined by the recommendation, if the UseAppendix8MainLobeModel property is set to false.
- efficiency
- Type: SystemDouble
The efficiency of the antenna.
See Also