LevelOffMode
Indicate the maneuver to use to level off.
Related Commands
- MissionModeler_RM Procedure (Enroute) GetValue
- MissionModeler_RM Procedure (Holding - Racetrack) GetValue
- MissionModeler_RM Procedure (Holding - Circular) GetValue
- MissionModeler_RM Procedure (Holding - Figure-8) GetValue
- MissionModeler_RM Procedure (Landing) GetValue
Syntax
MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue LevelOffMode
Description
<Index> | Enter the index of the procedure. |
Return Value
0 | Automatic - The aircraft will determine if a level off maneuver is required, and the direction of the maneuver if needed. |
1 | Left Turn - The direction of the maneuver will be a left turn. |
2 | Right Turn - The direction of the maneuver will be a right turn. |
3 | No Turn - A level off maneuver will not be performed. |
Examples
MissionModeler_RM */Aircraft/Aircraft1 Procedure 3 GetValue LevelOffMode