BeerLambertLawAtmosphericAttenuationModel Constructor (SignalComputation, Double, CentralBody) |
Initializes a new instance with given extinction coefficient model, maximum altitude, 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 BeerLambertLawAtmosphericAttenuationModel(
SignalComputation extinctionCoefficientModel,
double maximumAltitude,
CentralBody centralBody
)
Public Sub New (
extinctionCoefficientModel As SignalComputation,
maximumAltitude As Double,
centralBody As CentralBody
)
public:
BeerLambertLawAtmosphericAttenuationModel(
SignalComputation^ extinctionCoefficientModel,
double maximumAltitude,
CentralBody^ centralBody
)
new :
extinctionCoefficientModel : SignalComputation *
maximumAltitude : float *
centralBody : CentralBody -> BeerLambertLawAtmosphericAttenuationModel
Parameters
- extinctionCoefficientModel
- Type: AGI.Foundation.CommunicationsSignalComputation
The model for computing the extinction coefficient. - maximumAltitude
- Type: SystemDouble
The maximum altitude limit of the propagation model. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body used as the altitude reference.
See Also