AtmosphereModelItuRP835ComputeAtmosphereParameters Method (ItuRP835Version, Double) |
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 global model.
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 static ItuRP835ComputedValues ComputeAtmosphereParameters(
ItuRP835Version version,
double altitude
)
Public Shared Function ComputeAtmosphereParameters (
version As ItuRP835Version,
altitude As Double
) As ItuRP835ComputedValues
public:
static ItuRP835ComputedValues ComputeAtmosphereParameters(
ItuRP835Version version,
double altitude
)
static member ComputeAtmosphereParameters :
version : ItuRP835Version *
altitude : float -> ItuRP835ComputedValues
Parameters
- version
- Type: AGI.Foundation.Communications.SignalPropagationItuRP835Version
An enumeration specifying the version of the ITU model. - altitude
- Type: SystemDouble
The altitude for which to compute the pressure, water vapor pressure, and temperature.
Return Value
Type:
ItuRP835ComputedValuesAn
ItuRP835ComputedValues structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.
See Also