RotorcraftPropulsion#

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

Class defining the propulsion options for a rotorcraft.

Overview#

powerplant_type

Get or set the rotorcraft’s powerplant type.

max_sl_power

Get or set the maximum power at sea level.

max_sl_fuel_flow

Get or set the maximum fuel flow at sea level.

Import detail#

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

Property detail#

property RotorcraftPropulsion.powerplant_type: RotorcraftPowerplantType#

Get or set the rotorcraft’s powerplant type.

property RotorcraftPropulsion.max_sl_power: float#

Get or set the maximum power at sea level.

property RotorcraftPropulsion.max_sl_fuel_flow: float#

Get or set the maximum fuel flow at sea level.