BasicManeuverStrategyFlyAOA#

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

Bases: IBasicManeuverStrategy

Class defining the fly AOA strategy for a basic maneuver procedure.

Overview#

turn_direction

Get or set the roll turn direction for a Fly AOA basic maneuver strategy.

roll_rate_mode

Get or set the roll rate mode for a Fly AOA basic maneuver strategy.

override_roll_rate

Get or set the roll rate override value for the Fly AOA basic maneuver strategy. The roll rate mode must be set to override to access this property.

roll_rate_dot

Get or set the rate of change of the roll rate.

control_roll_angle

Get or set the option to define a goal value for the aircraft’s roll angle.

roll_angle

Get or set the goal value for the roll angle.

stop_on_roll_angle

Get or set the option to stop the maneuver if the specified roll angle is achieved.

aoa

Get or set the angle of attack.

airspeed_options

Get the airspeed options.

Import detail#

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

Property detail#

property BasicManeuverStrategyFlyAOA.turn_direction: FlyAOALeftRight#

Get or set the roll turn direction for a Fly AOA basic maneuver strategy.

property BasicManeuverStrategyFlyAOA.roll_rate_mode: PerformanceModelOverride#

Get or set the roll rate mode for a Fly AOA basic maneuver strategy.

property BasicManeuverStrategyFlyAOA.override_roll_rate: Any#

Get or set the roll rate override value for the Fly AOA basic maneuver strategy. The roll rate mode must be set to override to access this property.

property BasicManeuverStrategyFlyAOA.roll_rate_dot: Any#

Get or set the rate of change of the roll rate.

property BasicManeuverStrategyFlyAOA.control_roll_angle: bool#

Get or set the option to define a goal value for the aircraft’s roll angle.

property BasicManeuverStrategyFlyAOA.roll_angle: Any#

Get or set the goal value for the roll angle.

property BasicManeuverStrategyFlyAOA.stop_on_roll_angle: bool#

Get or set the option to stop the maneuver if the specified roll angle is achieved.

property BasicManeuverStrategyFlyAOA.aoa: Any#

Get or set the angle of attack.

property BasicManeuverStrategyFlyAOA.airspeed_options: BasicManeuverAirspeedOptions#

Get the airspeed options.