BasicManeuverStrategyLoop#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyLoop#
Bases:
IBasicManeuverStrategy
Class defining the loop strategy for a basic maneuver procedure.
Overview#
Set the speeds at the top and bottom of the loop. |
Get or set the loop angle for maneuver. The total change in pitch angle the aircraft flies. |
|
Get or set the loop angle mode for the maneuver. |
|
Get or set the load factor at the top of the loop. |
|
Get or set the load factor at the bottom of the loop. |
|
Get or set the option to hold the initial true airspeed. |
|
Get the airspeed type. |
|
Get the speed at the top of the loop. |
|
Get the speed at the bottom of the loop. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyLoop
Property detail#
- property BasicManeuverStrategyLoop.loop_angle: Any#
Get or set the loop angle for maneuver. The total change in pitch angle the aircraft flies.
- property BasicManeuverStrategyLoop.loop_angle_mode: AngleMode#
Get or set the loop angle mode for the maneuver.
- property BasicManeuverStrategyLoop.top_load_factor: float#
Get or set the load factor at the top of the loop.
- property BasicManeuverStrategyLoop.bottom_load_factor: float#
Get or set the load factor at the bottom of the loop.
- property BasicManeuverStrategyLoop.hold_init_tas: bool#
Get or set the option to hold the initial true airspeed.
- property BasicManeuverStrategyLoop.airspeed_type: AirspeedType#
Get the airspeed type.