Click or drag to resize

AtmosphereModelItuRP835ComputeAtmosphereParameters Method (ItuRP835Version, Double, JulianDate, Double)

Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 seasonal/regional 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,
	JulianDate date,
	double latitude
)

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.
date
Type: AGI.Foundation.TimeJulianDate
The time at which to compute.
latitude
Type: SystemDouble
The latitude at which to compute.

Return Value

Type: ItuRP835ComputedValues
An ItuRP835ComputedValues structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.
See Also