Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static ItuRP835ComputedValues ComputeAtmosphereParameters(
	ItuRP835Version version,
	double altitude
)

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: ItuRP835ComputedValues
An ItuRP835ComputedValues structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.
See Also