BasicManeuverStrategySimpleTurn#

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

Bases: IBasicManeuverStrategy

Class defining the simple turn strategy for a basic maneuver procedure.

Overview#

reference_frame

Get or set the reference frame for the simple turn.

turn_angle

Get or set the turn angle for the simple turn.

turn_radius_factor

Get or set the turn radius factor for the simple turn.

compensate_for_coriolis_acceleration

Get or set the option to compensate for the acceleration due to the Coriolis effect.

Import detail#

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

Property detail#

property BasicManeuverStrategySimpleTurn.reference_frame: BasicManeuverReferenceFrame#

Get or set the reference frame for the simple turn.

property BasicManeuverStrategySimpleTurn.turn_angle: Any#

Get or set the turn angle for the simple turn.

property BasicManeuverStrategySimpleTurn.turn_radius_factor: float#

Get or set the turn radius factor for the simple turn.

property BasicManeuverStrategySimpleTurn.compensate_for_coriolis_acceleration: bool#

Get or set the option to compensate for the acceleration due to the Coriolis effect.