BasicManeuverStrategyRollingPull#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyRollingPull#
Bases:
IBasicManeuverStrategy
Class defining the rolling pull strategy for a basic maneuver procedure.
Overview#
Get or set the active mode for the rolling pull basic maneuver strategy. |
|
Get or set the turn direction for the active mode. |
|
Get or set the angle value for the active mode. |
|
Get or set the orientation to roll to for the roll to orientation mode. |
|
Get or set the roll rate mode for the rolling pull. |
|
Get or set the roll rate override value. The roll rate mode must be set to override to access this property. |
|
Get or set the pull G mode for a rolling pull. |
|
Get or set the pull G override value. The pull G mode must be set to override to access this property. |
|
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.