Atmosphere TempPressDensity

Get the atmosphere values for the specified altitude.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Aircraft GetValue Atmosphere TempPressDensity <Altitude> <AltUnit> [<OutUnit1> <OutUnit2> <OutUnit3>]

Description

The atmospheric model employed is U.S. Standard Atmosphere 1976.

<Altitude> Enter the altitude for which to return atmosphere values.
<AltUnit> Enter the unit that the altitude value is entered in. The dimension type is MissionModelerAltitude.
<OutUnit1> Enter the unit that the temperature value is returned in. The dimension type is Temperature.
<OutUnit2> Enter the unit that the pressure value is returned in. The dimension type is Pressure.
<OutUnit3> Enter the unit that the density value is returned in. The dimension type is Density.

If no OutUnit values are entered, then the temperature, pressure and density are returned in default units. Otherwise all three OutUnit values must be entered.

Return Value

The temperature, pressure and density values are returned for the specified altitude.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue Atmosphere TempPressDensity 0 ft degC Pa kg/m^3

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue Atmosphere TempPressDensity 0 ft

 

STK Programming Interface 11.0.1