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.2.419.0 (24.2.419.0)
Syntax public static ItuRP835ComputedValues ComputeAtmosphereParameters(
ItuRP835Version version,
double altitude,
JulianDate date,
double latitude
)
Public Shared Function ComputeAtmosphereParameters (
version As ItuRP835Version,
altitude As Double,
date As JulianDate,
latitude As Double
) As ItuRP835ComputedValues
public:
static ItuRP835ComputedValues ComputeAtmosphereParameters(
ItuRP835Version version,
double altitude,
JulianDate date,
double latitude
)
static member ComputeAtmosphereParameters :
version : ItuRP835Version *
altitude : float *
date : JulianDate *
latitude : 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. - date
- Type: AGI.Foundation.TimeJulianDate
The time at which to compute. - latitude
- Type: SystemDouble
The latitude at which to compute.
Return Value
Type:
ItuRP835ComputedValuesAn
ItuRP835ComputedValues structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.
See Also