Altitude

Specify the altitude of the procedure.

Related Commands

Syntax

MissionModeler <AircraftObjPath> Procedure <Index> SetValue Altitude {UseDefault} {AGL} <Value> <Unit>

Description

<Index> Enter the index of the procedure being modified.
{UseDefault} Enter True to use the default values for altitude; enter False to use user defined altitude.
Note: This option is not valid for the Transition to Hover procedure. However, it is required for the Basic Point to Point procedure.
{AGL} Enter True if altitude entered is Above Ground Level; enter False for Mean Sea Level.
<Value> Enter a real value.
<Unit> Specify the unit that <Value> is entered in. The dimension type is MissionModelerAltitude.

 

Examples

To set the Altitude for a Basic Point to Point procedure:

MissionModeler */Aircraft/Aircraft1 Procedure 3 SetValue Altitude False True 28000 ft

To set the Altitude for a Transition to Hover procedure:

MissionModeler */Aircraft/Aircraft1 Procedure 2 SetValue Altitude True 8000 ft