LevelOffMode

Specify the maneuver to use to level off.

Related Commands

Syntax

MissionModeler <AircraftObjPath> Procedure <Index> SetValue LevelOffMode <Value>

Description

<Index> Enter the index of the procedure being modified.
<Value> Enter 0, 1, 2 or 3 as follows:
  • 0 for Automatic - The aircraft will determine if a level off maneuver is required, and the direction of the maneuver if needed.
  • 1 for Left Turn - The direction of the maneuver will be a left turn.
  • 2 for Right Turn - The direction of the maneuver will be a right turn.
  • 3 for No Turn - A level off maneuver will not be performed. If a level off maneuver is required to reach the specified altitude, then the procedure will be invalidated.

 

Examples

MissionModeler */Aircraft/Aircraft1 Procedure 1 SetValue LevelOffMode 2

 

STK Programming Interface 11.0.1