BasicManeuverAirspeedMode#

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

IntEnum

Overview#

MAINTAIN_CURRENT_AIRSPEED

Maintain the current airspeed.

MAINTAIN_SPECIFIED_AIRSPEED

Maintain the specified airspeed.

MAINTAIN_MIN_AIRSPEED

Maintain the minimum airspeed for the aircraft.

MAINTAIN_MAX_ENDURANCE_AIRSPEED

Maintain the maximum endurance airspeed for the aircraft.

MAINTAIN_MAX_RANGE_AIRSPEED

Maintain the maximum range airspeed for the aircraft.

MAINTAIN_MAX_AIRSPEED

Maintain the maximum airspeed for the aircraft.

MAINTAIN_MAX_PERFORMANCE_AIRSPEED

Maintain the maximum performance airspeed for the aircraft.

ACCELERATION_AT_G

Accelerate at the specified rate.

DECELERATION_AT_G

Decelerate at the specified rate.

ACCELERATION_DECELERATION_UNDER_GRAVITY

Accel/Decel at the force of gravity (no drag, no thrust).

ACCELERATION_DECELERATION_AERODYNAMIC_PROPULSION

Accel/Decel using Aero/Propulsion with throttle setting.

THRUST

Specify thrust (using drag from Aerodynamics model).

INTERPOLATE_ACCELERATION_DECELERATION

Interpolate Accelerate/Decelerate over interval.

Import detail#

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