ArriveOnHeading
Indicate whether the aircraft will start or arrive at the procedure site on a specific heading.
Related Commands
- MissionModeler_RM Procedure (Basic Point to Point) GetValue
- MissionModeler_RM Procedure (Enroute) GetValue
- MissionModeler_RM Procedure (Terrain Following) GetValue
Syntax
MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue ArriveOnHeading [<Unit>]
Description
<Index> | Enter the index of the procedure. |
[<Unit>] | Specify the unit that the heading will be returned in. This parameter is optional, the default value is radians (rad). The dimension type is MissionModelerBearingAngle. |
Return Value
{ArriveOnHeading} {MagHeading} <Heading>
{ArriveOnHeading} | True or False. |
{MagHeading} | Returns True to indicate magnetic heading and False to indicate true heading. |
<Heading> | The heading value returned in units specified or in radians. |
Examples
MissionModeler_RM */Aircraft/Aircraft1 Procedure 1 GetValue ArriveOnHeading deg