BasicManeuverStrategyLTAHover#

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

Bases: IBasicManeuverStrategy

Class defining the lighter than air hover strategy for a basic maneuver procedure.

Overview#

heading_mode

Get or set the heading mode for the lighter than air hover.

relative_heading

Get or set the relative heading for the relative to start heading mode.

absolute_heading

Get or set the absolute heading for the absolute heading mode.

use_magnetic_heading

Get or set the option to use a magentic heading for the absolute heading mode.

heading_rate

Get or set the maximum heading rate.

altitude_mode

Get or set the altitude mode for the lighter than air hover.

absolute_altitude

Get or set the absolute altitude for the Specify Altitude mode.

relative_altitude_change

Get or set the relative altitude change for the Specify Altitude Change mode.

control_altitude_rate

Get or set the controlled altitude rate for the Specify Altitude or Specify Altitude Change mode.

altitude_rate

Get or set the altitude rate for the Specify Altitude Rate mode.

parachute_area

Get or set the parachute area for the Parachute mode.

parachute_cd

Get or set the parachute drag coefficient for the Parachute mode.

Import detail#

from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyLTAHover

Property detail#

property BasicManeuverStrategyLTAHover.heading_mode: HoverHeadingMode#

Get or set the heading mode for the lighter than air hover.

property BasicManeuverStrategyLTAHover.relative_heading: Any#

Get or set the relative heading for the relative to start heading mode.

property BasicManeuverStrategyLTAHover.absolute_heading: Any#

Get or set the absolute heading for the absolute heading mode.

property BasicManeuverStrategyLTAHover.use_magnetic_heading: bool#

Get or set the option to use a magentic heading for the absolute heading mode.

property BasicManeuverStrategyLTAHover.heading_rate: Any#

Get or set the maximum heading rate.

property BasicManeuverStrategyLTAHover.altitude_mode: HoverAltitudeMode#

Get or set the altitude mode for the lighter than air hover.

property BasicManeuverStrategyLTAHover.absolute_altitude: float#

Get or set the absolute altitude for the Specify Altitude mode.

property BasicManeuverStrategyLTAHover.relative_altitude_change: float#

Get or set the relative altitude change for the Specify Altitude Change mode.

property BasicManeuverStrategyLTAHover.control_altitude_rate: float#

Get or set the controlled altitude rate for the Specify Altitude or Specify Altitude Change mode.

property BasicManeuverStrategyLTAHover.altitude_rate: float#

Get or set the altitude rate for the Specify Altitude Rate mode.

property BasicManeuverStrategyLTAHover.parachute_area: float#

Get or set the parachute area for the Parachute mode.

property BasicManeuverStrategyLTAHover.parachute_cd: float#

Get or set the parachute drag coefficient for the Parachute mode.