AircraftAccelerationMode#

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

Class defining the acceleration mode options for an advanced acceleration performance model of an Aviator aircraft.

Overview#

acceleration_mode

Opt whether to override the acceleration or deceleration of the aircraft.

acceleration_g

Get or set the rate of acceleration or deceleration of the aircraft if the accleeration mode is set to override.

Import detail#

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

Property detail#

property AircraftAccelerationMode.acceleration_mode: AccelerationAdvancedAccelerationMode#

Opt whether to override the acceleration or deceleration of the aircraft.

property AircraftAccelerationMode.acceleration_g: float#

Get or set the rate of acceleration or deceleration of the aircraft if the accleeration mode is set to override.