ProcedureHoverTranslate#
- class ansys.stk.core.stkobjects.aviator.ProcedureHoverTranslate#
Bases:
IProcedure
Class defining a hover translate procedure.
Overview#
Set the relative heading change. |
|
Set the absolute heading and reference. |
|
Set the option to have the final heading to match the translation bearing. |
|
Get the procedure interface. |
Get the altitude options. |
|
Get or set the heading mode for the aircraft. |
|
Get the mode to define the heading at the end of the hover. |
|
Get the absolute course for the heading. |
|
Get the relative heading change. |
|
Get the option to use a magnetic heading for the heading course. |
|
Get or set the options to define the heading rate of the aircraft at the end of the procedure. |
|
Get or set the mode to specify the final course at the end of the hover. |
|
Get or set the translation mode of the aircraft at the end of the procedure. |
|
Get or set the turn radius factor. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureHoverTranslate
Property detail#
- property ProcedureHoverTranslate.altitude_options: HoverAltitudeOptions#
Get the altitude options.
- property ProcedureHoverTranslate.heading_mode: VTOLHeadingMode#
Get or set the heading mode for the aircraft.
- property ProcedureHoverTranslate.final_heading_mode: VTOLFinalHeadingMode#
Get the mode to define the heading at the end of the hover.
- property ProcedureHoverTranslate.use_magnetic_heading: bool#
Get the option to use a magnetic heading for the heading course.
- property ProcedureHoverTranslate.final_heading_rate: VTOLRateMode#
Get or set the options to define the heading rate of the aircraft at the end of the procedure.
- property ProcedureHoverTranslate.final_course_mode: VTOLTranslationFinalCourseMode#
Get or set the mode to specify the final course at the end of the hover.
- property ProcedureHoverTranslate.smooth_translation_mode: VTOLRateMode#
Get or set the translation mode of the aircraft at the end of the procedure.
Method detail#
- ProcedureHoverTranslate.set_relative_course(self, heading_change: Any) None #
Set the relative heading change.
- ProcedureHoverTranslate.set_absolute_course(self, course: Any, is_magnetic: bool) None #
Set the absolute heading and reference.
- ProcedureHoverTranslate.set_final_translation_course(self) None #
Set the option to have the final heading to match the translation bearing.
- Returns:
- ProcedureHoverTranslate.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure