Heading

Get the runway bearing and heading.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Site <Index> GetValue Heading <Unit>

Description

<Index> Enter the index of the site.
<Unit> Enter the unit that the high end bearing and low end bearing are returned in. The dimension type is MissionModelerBearingAngle.

Return Value

Returns: <LowEndBearing> <HighEndBearing> <MagHeading>

<LowEndBearing> The Runway low end Bearing in the units specified or in radians.
<HighEndBearing> The Runway high end Bearing in the units specified or in radians.
{MagHeading} Returns True if magnetic heading and False if true heading.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Site 1 GetValue Heading deg

 

STK Programming Interface 11.0.1