BasicManeuverStrategyFlyAOA#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyFlyAOA#
Bases:
IBasicManeuverStrategy
Class defining the fly AOA strategy for a basic maneuver procedure.
Overview#
Get or set the roll turn direction for a Fly AOA basic maneuver strategy. |
|
Get or set the roll rate mode for a Fly AOA basic maneuver strategy. |
|
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. |
|
Get or set the rate of change of the roll rate. |
|
Get or set the option to define a goal value for the aircraftβs roll angle. |
|
Get or set the goal value for the roll angle. |
|
Get or set the option to stop the maneuver if the specified roll angle is achieved. |
|
Get or set the angle of attack. |
|
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.stop_on_roll_angle: bool#
Get or set the option to stop the maneuver if the specified roll angle is achieved.
- property BasicManeuverStrategyFlyAOA.airspeed_options: BasicManeuverAirspeedOptions#
Get the airspeed options.