BasicManeuverStrategySmoothAcceleration#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategySmoothAcceleration#
Bases:
IBasicManeuverStrategy
Class defining the smooth accel strategy for a basic maneuver procedure.
Overview#
Get or set the roll turn direction for a Smooth Accel basic maneuver strategy. |
|
Get or set the roll rate mode for a Smooth Accel basic maneuver strategy. |
|
Get or set the roll rate override value for the Smooth Accel basic maneuver strategy. The roll rate mode must be set to override to access this property. |
|
Get or set the rate of change of the roll rate. |
|
Get or set the option to define a goal value for the aircraftβs roll angle. |
|
Get or set the goal value for the roll angle. |
|
Get or set the load factor mode for the Smooth Accel basic maneuver strategy. |
|
Get or set the load factor override value for the smooth accel. The load factor mode must be set to override to access this property. |
|
Get or set the rate of change of the load factor. |
|
Get or set the option to define a goal value for the aircraftβs pitch angle. |
|
Get or set the goal value for the pitch angle. |
|
Get or set the stop condition for the Smooth Accel basic maneuver strategy. |
|
Get or set the option to stop the maneuver if the specified roll angle is achieved. |
|
Get or set the option to stop the maneuver if the specified pitch angle is achieved. |
|
Get the airspeed options. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategySmoothAcceleration
Property detail#
- property BasicManeuverStrategySmoothAcceleration.turn_direction: SmoothAccelerationLeftRight#
Get or set the roll turn direction for a Smooth Accel basic maneuver strategy.
- property BasicManeuverStrategySmoothAcceleration.roll_rate_mode: PerformanceModelOverride#
Get or set the roll rate mode for a Smooth Accel basic maneuver strategy.
- property BasicManeuverStrategySmoothAcceleration.override_roll_rate: Any#
Get or set the roll rate override value for the Smooth Accel basic maneuver strategy. The roll rate mode must be set to override to access this property.
- property BasicManeuverStrategySmoothAcceleration.roll_rate_dot: Any#
Get or set the rate of change of the roll rate.
- property BasicManeuverStrategySmoothAcceleration.control_roll_angle: bool#
Get or set the option to define a goal value for the aircraftβs roll angle.
- property BasicManeuverStrategySmoothAcceleration.roll_angle: Any#
Get or set the goal value for the roll angle.
- property BasicManeuverStrategySmoothAcceleration.load_factor_mode: PerformanceModelOverride#
Get or set the load factor mode for the Smooth Accel basic maneuver strategy.
- property BasicManeuverStrategySmoothAcceleration.override_load_factor: float#
Get or set the load factor override value for the smooth accel. The load factor mode must be set to override to access this property.
- property BasicManeuverStrategySmoothAcceleration.load_factor_dot: float#
Get or set the rate of change of the load factor.
- property BasicManeuverStrategySmoothAcceleration.control_pitch_angle: bool#
Get or set the option to define a goal value for the aircraftβs pitch angle.
- property BasicManeuverStrategySmoothAcceleration.pitch_angle: Any#
Get or set the goal value for the pitch angle.
- property BasicManeuverStrategySmoothAcceleration.stop_conditions: SmoothAccelerationStopConditions#
Get or set the stop condition for the Smooth Accel basic maneuver strategy.
- property BasicManeuverStrategySmoothAcceleration.stop_on_roll_angle: bool#
Get or set the option to stop the maneuver if the specified roll angle is achieved.
- property BasicManeuverStrategySmoothAcceleration.stop_on_pitch_angle: bool#
Get or set the option to stop the maneuver if the specified pitch angle is achieved.
- property BasicManeuverStrategySmoothAcceleration.airspeed_options: BasicManeuverAirspeedOptions#
Get the airspeed options.