AircraftExternalPropulsion#
- class ansys.stk.core.stkobjects.aviator.AircraftExternalPropulsion#
Class defining the external propulsion options for a basic acceleration performance model of an Aviator aircraft.
Overview#
Set the filepath for the prop file. |
|
Reload the prop file. |
|
Set the option to use density scaling and set the density ratio exponent. |
Get the filepath for the prop file. |
|
Check if the prop file is valid. |
|
Check whether you can set the acceleration and deceleration values or whether they are specified in the file. |
|
Get or set the rate at which the aircraft speeds up at max throttle. |
|
Get or set the rate at which the aircraft slows down at minimum throttle setting. |
|
Opt whether to scale the accel/decel performance by the density ratio. |
|
Get the relative impace of atmospheric density on the aircraftβs performance. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftExternalPropulsion
Property detail#
- property AircraftExternalPropulsion.can_set_acceleration_deceleration: bool#
Check whether you can set the acceleration and deceleration values or whether they are specified in the file.
- property AircraftExternalPropulsion.max_thrust_acceleration: float#
Get or set the rate at which the aircraft speeds up at max throttle.
- property AircraftExternalPropulsion.min_thrust_deceleration: float#
Get or set the rate at which the aircraft slows down at minimum throttle setting.