ProcedureTransitionToForwardFlight#

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

Bases: IProcedure

Class defining a transition to forward flight procedure.

Overview#

set_transition_into_wind

Set the option to transition into the wind to true.

set_absolute_course

Set the mode to absolute and specify the course and heading reference.

set_relative_course

Set the mode to relative and specify the heading change.

get_as_procedure

Get the procedure interface.

transition_course_mode

Get the mode to specify the course of the transition maneuver.

use_magnetic_heading

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

absolute_course

Get the absolute course for the procedure.

relative_course

Get the relative course for the procedure.

flight_path_angle

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.

property ProcedureTransitionToForwardFlight.relative_course: Any#

Get the relative course for the procedure.

property ProcedureTransitionToForwardFlight.flight_path_angle: Any#

Get or set the pitch angle of the flight path at the end of the procedure.

Method detail#

ProcedureTransitionToForwardFlight.set_transition_into_wind(self) None#

Set the option to transition into the wind to true.

Returns:

None

ProcedureTransitionToForwardFlight.set_absolute_course(self, course: Any, use_magnetic_course: bool) None#

Set the mode to absolute and specify the course and heading reference.

Parameters:

course : Any

use_magnetic_course : bool

Returns:

None

ProcedureTransitionToForwardFlight.set_relative_course(self, heading_change: Any) None#

Set the mode to relative and specify the heading change.

Parameters:

heading_change : Any

Returns:

None

ProcedureTransitionToForwardFlight.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure