ProcedureDelay#

class ansys.stk.core.stkobjects.aviator.ProcedureDelay#

Bases: IProcedure

Class defining a delay procedure.

Overview#

altitude_mode

Get or set the mode for handling the altitude of the aircraft.

altitude

Get or set the requested altitude of the procedure.

cruise_airspeed_options

Get the interface for the cruise airspeed options.

turn_direction

Get or set the turn direction of the procedure.

turn_radius_factor

Get or set the turn radius factor.

Import detail#

from ansys.stk.core.stkobjects.aviator import ProcedureDelay

Property detail#

property ProcedureDelay.altitude_mode: DelayAltitudeMode#

Get or set the mode for handling the altitude of the aircraft.

property ProcedureDelay.altitude: float#

Get or set the requested altitude of the procedure.

property ProcedureDelay.cruise_airspeed_options: CruiseAirspeedOptions#

Get the interface for the cruise airspeed options.

property ProcedureDelay.turn_direction: NavigatorTurnDirection#

Get or set the turn direction of the procedure.

property ProcedureDelay.turn_radius_factor: float#

Get or set the turn radius factor.