SetAltGetHoldingSpeed

Set the altitude and return the holding speed.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue SetAltGetHoldingSpeed <Altitude> <AltUnit> [<Unit>]

Description

This method will set the holding altitude to the value entered, and then compute the holding speed.

<Index> Enter the index of the procedure.
<Altitude> Specify the altitude for which the minimum width is to be computed.
<AltUnit> Specify the unit that the <Altitude> value is entered in. The dimension type is MissionModelerAltitude.
[<Unit>] Specify the unit that the minimum holding speed is returned in. This parameter is optional, the default unit is meters per second (m/sec) The dimension type is MissionModelerSpeed.

For valid results the mission must be calculated before sending this command (for more information see MissionModeler). To calculate the mission send the following commands:

MissionModeler_RM <AircraftObjPath> ConfigureAll
MissionModeler_RM <AircraftObjPath> CalculateAll
MissionModeler_RM <AircraftObjPath> SendNtfUpdate

Return Value

A real value indicating the holding speed, in the unit specified or in m/sec.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Procedure 2 GetValue SetAltGetHoldingSpeed 21000 ft

 

STK Programming Interface 11.0.1