BasicManeuverStrategyLTAHover#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyLTAHover#
Bases:
IBasicManeuverStrategy
Class defining the lighter than air hover strategy for a basic maneuver procedure.
Overview#
Get or set the heading mode for the lighter than air hover. |
|
Get or set the relative heading for the relative to start heading mode. |
|
Get or set the absolute heading for the absolute heading mode. |
|
Get or set the option to use a magentic heading for the absolute heading mode. |
|
Get or set the maximum heading rate. |
|
Get or set the altitude mode for the lighter than air hover. |
|
Get or set the absolute altitude for the Specify Altitude mode. |
|
Get or set the relative altitude change for the Specify Altitude Change mode. |
|
Get or set the controlled altitude rate for the Specify Altitude or Specify Altitude Change mode. |
|
Get or set the altitude rate for the Specify Altitude Rate mode. |
|
Get or set the parachute area for the Parachute mode. |
|
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.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.