TropoScintAttenuationModelItuRP1814 Constructor (Double, RefractiveIndexStructureParameterModel, CentralBody) |
Initializes a new instance with a given maximum altitude, refractive index structure parameter model, and central
body.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TropoScintAttenuationModelItuRP1814(
double maximumAltitude,
RefractiveIndexStructureParameterModel refractiveIndexStructureParameterModel,
CentralBody centralBody
)
Public Sub New (
maximumAltitude As Double,
refractiveIndexStructureParameterModel As RefractiveIndexStructureParameterModel,
centralBody As CentralBody
)
public:
TropoScintAttenuationModelItuRP1814(
double maximumAltitude,
RefractiveIndexStructureParameterModel^ refractiveIndexStructureParameterModel,
CentralBody^ centralBody
)
new :
maximumAltitude : float *
refractiveIndexStructureParameterModel : RefractiveIndexStructureParameterModel *
centralBody : CentralBody -> TropoScintAttenuationModelItuRP1814
Parameters
- maximumAltitude
- Type: SystemDouble
The model's maximum altitude in meters. - refractiveIndexStructureParameterModel
- Type: AGI.Foundation.Communications.SignalPropagationRefractiveIndexStructureParameterModel
The refractive index structure parameter model. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body.
See Also