ArriveOnHeading

Indicate whether the aircraft will start or arrive at the procedure site on a specific heading.

Related Commands

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

 

STK Programming Interface 11.0.1