MinDeparturePointAltitude

Return the minimum departure Altitude based on the input range.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue MinDeparturePointAltitude <Range> <RangeUnit> [<Unit>]

Description

<Index> Enter the index of the procedure.
<Range> Specify the altitude for which the minimum Altitude is to be computed.
<RangeUnit> Specify the unit that the <Range> value is entered in. The dimension type is MissionModelerAltitude.
[<Unit>] Specify the unit that the minimum Altitude value is returned in. This parameter is optional, the default unit is meters (m). The dimension type is MissionModelerDistance.

Return Value

A real value indicating the minimum departure Altitude, in the unit specified or in meters.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Procedure 2 GetValue MinDeparturePointAltitude 21000 ft

MissionModeler_RM */Aircraft/Aircraft1 Procedure 2 GetValue MinDeparturePointAltitude 21000 ft ft

 

STK Programming Interface 11.0.1