Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public BeerLambertLawAtmosphericAttenuationModel(
	SignalComputation extinctionCoefficientModel,
	double maximumAltitude,
	CentralBody centralBody
)

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