MissileExternalPropulsion#

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

Class defining the External propulsion options for a missile.

Overview#

set_filepath

Set the filepath for the external prop file.

reload

Reload the external prop file.

filepath

Get the filepath for the external prop file.

no_thrust_when_no_fuel

Opt to have no thrust if the fuel is empty.

is_valid

Check whether the filepath is valid.

Import detail#

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

Property detail#

property MissileExternalPropulsion.filepath: str#

Get the filepath for the external prop file.

property MissileExternalPropulsion.no_thrust_when_no_fuel: bool#

Opt to have no thrust if the fuel is empty.

property MissileExternalPropulsion.is_valid: bool#

Check whether the filepath is valid.

Method detail#

MissileExternalPropulsion.set_filepath(self, filepath: str) str#

Set the filepath for the external prop file.

Parameters:

filepath : str

Returns:

str

MissileExternalPropulsion.reload(self) str#

Reload the external prop file.

Returns:

str