ManeuverTranslation

Return the bearing and distance of the hovering maneuver from the end of the previous procedure.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue ManeuverTranslation [<BearingUnit> <RangeUnit>]

Description

You must specify units for both values, or use default units for both values.

<Index> Enter the index of the procedure.
<BearingUnit> Specify the unit that the <Bearing> is returned in. The default unit is radians. The dimension type is MissionModelerBearingAngle.
<RangeUnit> Specify the unit that the <Range> is returned in. The default unit is nautical miles. The dimension type is MissionModelerDistance.

Return Value

<Bearing> {MagHeading} <Range>

<Bearing> Returns the real value for the bearing in the units specified or in radians.
{MagHeading} Returns True to indicate magnetic heading and False to indicate true heading.
<Range> Returns a real value for the range in the units specified or in nautical miles.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Procedure 1 GetValue ManeuverTranslation

MissionModeler_RM */Aircraft/Aircraft1 Procedure 1 GetValue ManeuverTranslation deg km

 

STK Programming Interface 11.0.1