BasicManeuverStrategySmoothAcceleration#

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

Bases: IBasicManeuverStrategy

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

Overview#

turn_direction

Get or set the roll turn direction for a Smooth Accel basic maneuver strategy.

roll_rate_mode

Get or set the roll rate mode for a Smooth Accel basic maneuver strategy.

override_roll_rate

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.

roll_rate_dot

Get or set the rate of change of the roll rate.

control_roll_angle

Get or set the option to define a goal value for the aircraft’s roll angle.

roll_angle

Get or set the goal value for the roll angle.

load_factor_mode

Get or set the load factor mode for the Smooth Accel basic maneuver strategy.

override_load_factor

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.

load_factor_dot

Get or set the rate of change of the load factor.

control_pitch_angle

Get or set the option to define a goal value for the aircraft’s pitch angle.

pitch_angle

Get or set the goal value for the pitch angle.

stop_conditions

Get or set the stop condition for the Smooth Accel basic maneuver strategy.

stop_on_roll_angle

Get or set the option to stop the maneuver if the specified roll angle is achieved.

stop_on_pitch_angle

Get or set the option to stop the maneuver if the specified pitch angle is achieved.

airspeed_options

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.