BasicManeuverStrategySmoothTurn#

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

Bases: IBasicManeuverStrategy

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

Overview#

heading_change

Get or set the heading change for the smooth turn.

turn_mode

Get or set the turn mode for the smooth turn.

load_factor_mode

Get or set the load factor mode for the smooth turn.

max_load_factor_rate

Get or set the max load factor rate for the smooth turn.

override_load_factor

Get or set the max load factor override value for the smooth turn. The load factor mode must be set to override to access this property.

roll_rate_mode

Get or set the roll rate mode for the smooth turn.

roll_angle

Get or set the roll angle for the smooth turn.

override_roll_rate

Get or set the max roll rate override value for the smooth turn. The roll rate mode must be set to override to access this property.

airspeed_options

Get the airspeed options.

flight_path_angle_mode

Get or set the flight path angle mode.

Import detail#

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

Property detail#

property BasicManeuverStrategySmoothTurn.heading_change: Any#

Get or set the heading change for the smooth turn.

property BasicManeuverStrategySmoothTurn.turn_mode: SmoothTurnMode#

Get or set the turn mode for the smooth turn.

property BasicManeuverStrategySmoothTurn.load_factor_mode: PerformanceModelOverride#

Get or set the load factor mode for the smooth turn.

property BasicManeuverStrategySmoothTurn.max_load_factor_rate: float#

Get or set the max load factor rate for the smooth turn.

property BasicManeuverStrategySmoothTurn.override_load_factor: float#

Get or set the max load factor override value for the smooth turn. The load factor mode must be set to override to access this property.

property BasicManeuverStrategySmoothTurn.roll_rate_mode: PerformanceModelOverride#

Get or set the roll rate mode for the smooth turn.

property BasicManeuverStrategySmoothTurn.roll_angle: Any#

Get or set the roll angle for the smooth turn.

property BasicManeuverStrategySmoothTurn.override_roll_rate: Any#

Get or set the max roll rate override value for the smooth turn. The roll rate mode must be set to override to access this property.

property BasicManeuverStrategySmoothTurn.airspeed_options: BasicManeuverAirspeedOptions#

Get the airspeed options.

property BasicManeuverStrategySmoothTurn.flight_path_angle_mode: SmoothTurnFlightPathAngleMode#

Get or set the flight path angle mode.