BasicManeuverStrategyPull#

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

Bases: IBasicManeuverStrategy

Class defining the pull strategy for a basic maneuver procedure.

Overview#

active_mode

Get or set the pull mode for the pull basic maneuver strategy.

active_angle

Get or set the pull angle for the active mode.

pull_g_mode

Get or set the pull G mode for a pull basic maneuver strategy.

override_pull_g

Get or set the pull G override value. The pull G mode must be set to override to access this property.

airspeed_options

Get the airspeed options.

Import detail#

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

Property detail#

property BasicManeuverStrategyPull.active_mode: PullMode#

Get or set the pull mode for the pull basic maneuver strategy.

property BasicManeuverStrategyPull.active_angle: Any#

Get or set the pull angle for the active mode.

property BasicManeuverStrategyPull.pull_g_mode: PerformanceModelOverride#

Get or set the pull G mode for a pull basic maneuver strategy.

property BasicManeuverStrategyPull.override_pull_g: float#

Get or set the pull G override value. The pull G mode must be set to override to access this property.

property BasicManeuverStrategyPull.airspeed_options: BasicManeuverAirspeedOptions#

Get the airspeed options.