BasicManeuverStrategyRollingPull#

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

Bases: IBasicManeuverStrategy

Class defining the rolling pull strategy for a basic maneuver procedure.

Overview#

active_mode

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

turn_direction

Get or set the turn direction for the active mode.

angle

Get or set the angle value for the active mode.

roll_orientation

Get or set the orientation to roll to for the roll to orientation mode.

roll_rate_mode

Get or set the roll rate mode for the rolling pull.

override_roll_rate

Get or set the roll rate override value. The roll rate mode must be set to override to access this property.

pull_g_mode

Get or set the pull G mode for a rolling pull.

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 BasicManeuverStrategyRollingPull

Property detail#

property BasicManeuverStrategyRollingPull.active_mode: RollingPullMode#

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

property BasicManeuverStrategyRollingPull.turn_direction: RollLeftRight#

Get or set the turn direction for the active mode.

property BasicManeuverStrategyRollingPull.angle: Any#

Get or set the angle value for the active mode.

property BasicManeuverStrategyRollingPull.roll_orientation: RollUprightInverted#

Get or set the orientation to roll to for the roll to orientation mode.

property BasicManeuverStrategyRollingPull.roll_rate_mode: PerformanceModelOverride#

Get or set the roll rate mode for the rolling pull.

property BasicManeuverStrategyRollingPull.override_roll_rate: Any#

Get or set the roll rate override value. The roll rate mode must be set to override to access this property.

property BasicManeuverStrategyRollingPull.pull_g_mode: PerformanceModelOverride#

Get or set the pull G mode for a rolling pull.

property BasicManeuverStrategyRollingPull.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 BasicManeuverStrategyRollingPull.airspeed_options: BasicManeuverAirspeedOptions#

Get the airspeed options.