AdvancedFixedWingExternalPropulsion#

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

Class defining an External Prop File powerplant in the Advanced Fixed Wing Tool.

Overview#

set_filepath

Set the filepath for the external aero file.

filepath

Get the filepath for the external aero file.

is_valid

Check whether the filepath is valid.

Import detail#

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

Property detail#

property AdvancedFixedWingExternalPropulsion.filepath: str#

Get the filepath for the external aero file.

property AdvancedFixedWingExternalPropulsion.is_valid: bool#

Check whether the filepath is valid.

Method detail#

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

Set the filepath for the external aero file.

Parameters:

filepath : str

Returns:

str