AdvancedFixedWingPistonPowerplant#

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

Class defining a Piston powerplant in the Advanced Fixed Wing Tool.

Overview#

max_sea_level_static_power

Get or set the maximum static power of the engine at sea level.

critical_altitude

Get or set the engine’s critical altitude.

propeller_count

Get or set the number of propellers.

propeller_diameter

Get or set the propeller diameter.

fuel_flow

Get or set the engine’s fuel flow at max power.

Import detail#

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

Property detail#

property AdvancedFixedWingPistonPowerplant.max_sea_level_static_power: float#

Get or set the maximum static power of the engine at sea level.

property AdvancedFixedWingPistonPowerplant.critical_altitude: float#

Get or set the engine’s critical altitude.

property AdvancedFixedWingPistonPowerplant.propeller_count: int#

Get or set the number of propellers.

property AdvancedFixedWingPistonPowerplant.propeller_diameter: float#

Get or set the propeller diameter.

property AdvancedFixedWingPistonPowerplant.fuel_flow: float#

Get or set the engine’s fuel flow at max power.