BasicManeuverStrategyBarrelRoll#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyBarrelRoll#
Bases:
IBasicManeuverStrategy
Class defining the barrel roll strategy for a basic maneuver procedure.
Overview#
Set the speeds at the top and bottom of the loop. |
Get or set the helix angle for the barrel roll. The angle that the aircraft travels around the velocity vector. |
|
Get or set the helix angle mode for the barrel roll. |
|
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 torsion angle for the barrel roll. The angle of the turn from the aircraftβs velocity vector. |
|
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 BasicManeuverStrategyBarrelRoll
Property detail#
- property BasicManeuverStrategyBarrelRoll.helix_angle: Any#
Get or set the helix angle for the barrel roll. The angle that the aircraft travels around the velocity vector.
- property BasicManeuverStrategyBarrelRoll.helix_angle_mode: AngleMode#
Get or set the helix angle mode for the barrel roll.
- property BasicManeuverStrategyBarrelRoll.top_load_factor: float#
Get or set the load factor at the top of the loop.
- property BasicManeuverStrategyBarrelRoll.bottom_load_factor: float#
Get or set the load factor at the bottom of the loop.
- property BasicManeuverStrategyBarrelRoll.torsion_angle: Any#
Get or set the torsion angle for the barrel roll. The angle of the turn from the aircraftβs velocity vector.
- property BasicManeuverStrategyBarrelRoll.hold_init_tas: bool#
Get or set the option to hold the initial true airspeed.
- property BasicManeuverStrategyBarrelRoll.airspeed_type: AirspeedType#
Get the airspeed type.