BasicManeuverStrategyAileronRoll#

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

Bases: IBasicManeuverStrategy

Class defining the aileron roll strategy for a basic maneuver procedure.

Overview#

flight_path_option

Get or set the flight path option.

active_mode

Get or set the aileron roll mode.

active_turn_direction

Get or set the roll turn direction for the active roll mode.

active_angle

Get or set the roll angle for the active roll 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 aileron roll.

override_roll_rate

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.

airspeed_options

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.