HelicalGainPattern Constructor (Double, Double, Double, Double, Double) |
Create a new instance based on the given diameter, efficiency, and turn geometry.
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 HelicalGainPattern(
double diameter,
double efficiency,
double backlobeGain,
double numberOfTurns,
double turnSpacing
)
Public Sub New (
diameter As Double,
efficiency As Double,
backlobeGain As Double,
numberOfTurns As Double,
turnSpacing As Double
)
public:
HelicalGainPattern(
double diameter,
double efficiency,
double backlobeGain,
double numberOfTurns,
double turnSpacing
)
new :
diameter : float *
efficiency : float *
backlobeGain : float *
numberOfTurns : float *
turnSpacing : float -> HelicalGainPattern
Parameters
- 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.
- numberOfTurns
- Type: SystemDouble
The number of turns in the helical antenna. - turnSpacing
- Type: SystemDouble
The spacing between turns.
See Also