ProcedureHoverTranslate#

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

Bases: IProcedure

Class defining a hover translate procedure.

Overview#

set_relative_course

Set the relative heading change.

set_absolute_course

Set the absolute heading and reference.

set_final_translation_course

Set the option to have the final heading to match the translation bearing.

get_as_procedure

Get the procedure interface.

altitude_options

Get the altitude options.

heading_mode

Get or set the heading mode for the aircraft.

final_heading_mode

Get the mode to define the heading at the end of the hover.

absolute_course

Get the absolute course for the heading.

relative_course

Get the relative heading change.

use_magnetic_heading

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

final_heading_rate

Get or set the options to define the heading rate of the aircraft at the end of the procedure.

final_course_mode

Get or set the mode to specify the final course at the end of the hover.

smooth_translation_mode

Get or set the translation mode of the aircraft at the end of the procedure.

radius_factor

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.absolute_course: Any#

Get the absolute course for the heading.

property ProcedureHoverTranslate.relative_course: Any#

Get the relative heading change.

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.

property ProcedureHoverTranslate.radius_factor: float#

Get or set the turn radius factor.

Method detail#

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

Set the relative heading change.

Parameters:

heading_change : Any

Returns:

None

ProcedureHoverTranslate.set_absolute_course(self, course: Any, is_magnetic: bool) None#

Set the absolute heading and reference.

Parameters:

course : Any

is_magnetic : bool

Returns:

None

ProcedureHoverTranslate.set_final_translation_course(self) None#

Set the option to have the final heading to match the translation bearing.

Returns:

None

ProcedureHoverTranslate.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure