BasicManeuverStrategyAileronRoll#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyAileronRoll#
Bases:
IBasicManeuverStrategy
Class defining the aileron roll strategy for a basic maneuver procedure.
Overview#
Get or set the flight path option. |
|
Get or set the aileron roll mode. |
|
Get or set the roll turn direction for the active roll mode. |
|
Get or set the roll angle for the active roll mode. |
|
Get or set the orientation to roll to for the roll to orientation mode. |
|
Get or set the roll rate mode for the aileron roll. |
|
Get or set the roll rate override value for the aileron roll turn. The roll rate mode must be set to override to access this property. |
|
Get the airspeed options. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyAileronRoll
Property detail#
- property BasicManeuverStrategyAileronRoll.flight_path_option: AileronRollFlightPath#
Get or set the flight path option.
- property BasicManeuverStrategyAileronRoll.active_mode: AileronRollMode#
Get or set the aileron roll mode.
- property BasicManeuverStrategyAileronRoll.active_turn_direction: RollLeftRight#
Get or set the roll turn direction for the active roll mode.
- property BasicManeuverStrategyAileronRoll.active_angle: Any#
Get or set the roll angle for the active roll mode.
- property BasicManeuverStrategyAileronRoll.roll_orientation: RollUprightInverted#
Get or set the orientation to roll to for the roll to orientation mode.
- property BasicManeuverStrategyAileronRoll.roll_rate_mode: PerformanceModelOverride#
Get or set the roll rate mode for the aileron roll.
- property BasicManeuverStrategyAileronRoll.override_roll_rate: Any#
Get or set the roll rate override value for the aileron roll turn. The roll rate mode must be set to override to access this property.
- property BasicManeuverStrategyAileronRoll.airspeed_options: BasicManeuverAirspeedOptions#
Get the airspeed options.