ProcedureTransitionToHover#
- class ansys.stk.core.stkobjects.aviator.ProcedureTransitionToHover#
Bases:
IProcedure
Class defining a transition to hover procedure.
Overview#
Set the course and heading reference. |
|
Set the option to transition into the wind to true. |
|
Get the procedure interface. |
Get or set the altitude reference. |
|
Get or set the altitude for the procedure. |
|
Get or set the option to use a magnetic heading for the course. |
|
Get or set the course for the procedure. |
|
Get or set the option to transition into the wind. |
|
Get the enroute options. |
|
Get the enroute turn direction options. |
|
Get the vertical plane options. |
|
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.use_magnetic_heading: bool#
Get or set the option to use a magnetic heading for the course.
- 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.
- ProcedureTransitionToHover.set_transition_into_wind(self) None #
Set the option to transition into the wind to true.
- Returns:
- ProcedureTransitionToHover.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure