TropoScintAttenuationModelItuRP1814 Constructor (Double, RefractiveIndexStructureParameterModel) |
Initializes a new instance with a given maximum altitude and refractive index structure parameter model.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic TropoScintAttenuationModelItuRP1814(
double maximumAltitude,
RefractiveIndexStructureParameterModel refractiveIndexStructureParameterModel
)
Public Sub New (
maximumAltitude As Double,
refractiveIndexStructureParameterModel As RefractiveIndexStructureParameterModel
)
public:
TropoScintAttenuationModelItuRP1814(
double maximumAltitude,
RefractiveIndexStructureParameterModel^ refractiveIndexStructureParameterModel
)
new :
maximumAltitude : float *
refractiveIndexStructureParameterModel : RefractiveIndexStructureParameterModel -> TropoScintAttenuationModelItuRP1814
Parameters
- maximumAltitude
- Type: System.Double
The model's maximum altitude in meters. - refractiveIndexStructureParameterModel
- Type: AGI.Foundation.Communications.SignalPropagation.RefractiveIndexStructureParameterModel
The refractive index structure parameter model.
RemarksThe model defaults to the Earth central body.
See Also