ProcedureHover#
- class ansys.stk.core.stkobjects.aviator.ProcedureHover#
Bases:
IProcedure
Class defining a hover 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 option to have the aircraft hover in place for a fixed time or to perform a hovering maneuver. |
|
Get or set the time to hover in place. |
|
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. |
|
Define how the aircraft will translate during the hover. |
|
Get or set the bearing of the translation during the hover. |
|
Get or set the option to use a magnetic heading for the translation bearing. |
|
Get or set the range to translate during the hover. |
|
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 ProcedureHover
Property detail#
- property ProcedureHover.altitude_options: HoverAltitudeOptions#
Get the altitude options.
- property ProcedureHover.hover_mode: HoverMode#
Get or set the option to have the aircraft hover in place for a fixed time or to perform a hovering maneuver.
- property ProcedureHover.heading_mode: VTOLHeadingMode#
Get or set the heading mode for the aircraft.
- property ProcedureHover.final_heading_mode: VTOLFinalHeadingMode#
Get the mode to define the heading at the end of the hover.
- property ProcedureHover.use_magnetic_heading: bool#
Get the option to use a magnetic heading for the heading course.
- property ProcedureHover.final_heading_rate: VTOLRateMode#
Get or set the options to define the heading rate of the aircraft at the end of the procedure.
- property ProcedureHover.translation_mode: VTOLTranslationMode#
Define how the aircraft will translate during the hover.
- property ProcedureHover.use_magnetic_bearing: bool#
Get or set the option to use a magnetic heading for the translation bearing.
- property ProcedureHover.final_course_mode: VTOLTranslationFinalCourseMode#
Get or set the mode to specify the final course at the end of the hover.
- property ProcedureHover.smooth_translation_mode: VTOLRateMode#
Get or set the translation mode of the aircraft at the end of the procedure.
Method detail#
- ProcedureHover.set_relative_course(self, heading_change: Any) None #
Set the relative heading change.
- ProcedureHover.set_absolute_course(self, course: Any, is_magnetic: bool) None #
Set the absolute heading and reference.
- ProcedureHover.set_final_translation_course(self) None #
Set the option to have the final heading to match the translation bearing.
- Returns:
- ProcedureHover.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure