MissileSimplePropulsion#

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

Class defining the Simple propulsion options for a missile.

Overview#

max_thrust

Get or set the maximum thrust of the missile.

fuel_flow

Get or set the fuel flow at max thrust.

no_thrust_when_no_fuel

Opt to have no thrust if the fuel is empty.

Import detail#

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

Property detail#

property MissileSimplePropulsion.max_thrust: float#

Get or set the maximum thrust of the missile.

property MissileSimplePropulsion.fuel_flow: float#

Get or set the fuel flow at max thrust.

property MissileSimplePropulsion.no_thrust_when_no_fuel: bool#

Opt to have no thrust if the fuel is empty.