BasicManeuverStrategySmoothTurn#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategySmoothTurn#
Bases:
IBasicManeuverStrategy
Class defining the smooth turn strategy for a basic maneuver procedure.
Overview#
Get or set the heading change for the smooth turn. |
|
Get or set the turn mode for the smooth turn. |
|
Get or set the load factor mode for the smooth turn. |
|
Get or set the max load factor rate for the smooth turn. |
|
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. |
|
Get or set the roll rate mode for the smooth turn. |
|
Get or set the roll angle for the smooth turn. |
|
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. |
|
Get the airspeed options. |
|
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.