ProcedureTransitionToForwardFlight#
- class ansys.stk.core.stkobjects.aviator.ProcedureTransitionToForwardFlight#
Bases:
IProcedure
Class defining a transition to forward flight procedure.
Overview#
Set the option to transition into the wind to true. |
|
Set the mode to absolute and specify the course and heading reference. |
|
Set the mode to relative and specify the heading change. |
|
Get the procedure interface. |
Get the mode to specify the course of the transition maneuver. |
|
Get the option to use a magnetic heading for the course. |
|
Get the absolute course for the procedure. |
|
Get the relative course for the procedure. |
|
Get or set the pitch angle of the flight path at the end of the procedure. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureTransitionToForwardFlight
Property detail#
- property ProcedureTransitionToForwardFlight.transition_course_mode: VTOLTransitionMode#
Get the mode to specify the course of the transition maneuver.
- property ProcedureTransitionToForwardFlight.use_magnetic_heading: bool#
Get the option to use a magnetic heading for the course.
- property ProcedureTransitionToForwardFlight.absolute_course: Any#
Get the absolute course for the procedure.
Method detail#
- ProcedureTransitionToForwardFlight.set_transition_into_wind(self) None #
Set the option to transition into the wind to true.
- Returns:
- ProcedureTransitionToForwardFlight.set_absolute_course(self, course: Any, use_magnetic_course: bool) None #
Set the mode to absolute and specify the course and heading reference.
- ProcedureTransitionToForwardFlight.set_relative_course(self, heading_change: Any) None #
Set the mode to relative and specify the heading change.
- ProcedureTransitionToForwardFlight.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure