ProcedureTransitionToHover#

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

Bases: IProcedure

Class defining a transition to hover procedure.

Overview#

set_transition_course

Set the course and heading reference.

set_transition_into_wind

Set the option to transition into the wind to true.

get_as_procedure

Get the procedure interface.

altitude_reference

Get or set the altitude reference.

altitude

Get or set the altitude for the procedure.

use_magnetic_heading

Get or set the option to use a magnetic heading for the course.

course

Get or set the course for the procedure.

transition_into_wind

Get or set the option to transition into the wind.

enroute_options

Get the enroute options.

enroute_turn_direction_options

Get the enroute turn direction options.

vertical_plane_options

Get the vertical plane options.

smooth_transition_mode

Get or set the transition mode of the aircraft at the end of the procedure.

Import detail#

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

Property detail#

property ProcedureTransitionToHover.altitude_reference: AGLMSL#

Get or set the altitude reference.

property ProcedureTransitionToHover.altitude: float#

Get or set the altitude for the procedure.

property ProcedureTransitionToHover.use_magnetic_heading: bool#

Get or set the option to use a magnetic heading for the course.

property ProcedureTransitionToHover.course: Any#

Get or set the course for the procedure.

property ProcedureTransitionToHover.transition_into_wind: bool#

Get or set the option to transition into the wind.

property ProcedureTransitionToHover.enroute_options: EnrouteOptions#

Get the enroute options.

property ProcedureTransitionToHover.enroute_turn_direction_options: EnrouteTurnDirectionOptions#

Get the enroute turn direction options.

property ProcedureTransitionToHover.vertical_plane_options: VerticalPlaneAndFlightPathOptions#

Get the vertical plane options.

property ProcedureTransitionToHover.smooth_transition_mode: TransitionToHoverMode#

Get or set the transition mode of the aircraft at the end of the procedure.

Method detail#

ProcedureTransitionToHover.set_transition_course(self, course: Any, use_magnetic_course: bool) None#

Set the course and heading reference.

Parameters:

course : Any

use_magnetic_course : bool

Returns:

None

ProcedureTransitionToHover.set_transition_into_wind(self) None#

Set the option to transition into the wind to true.

Returns:

None

ProcedureTransitionToHover.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure