AircraftTakeoff#

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

Bases: ICatalogItem

Class defining the aircraft takeoff category of an Aviator aircraft.

Overview#

get_built_in_model

Get the built-in model.

get_basic_takeoff_by_name

Get the basic Takeoff model with the given name.

get_advanced_takeoff_by_name

Get the advanced Takeoff model with the given name.

get_as_catalog_item

Get the catalog item interface for this object.

Import detail#

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

Method detail#

AircraftTakeoff.get_built_in_model(self) AircraftBasicTakeoffModel#

Get the built-in model.

Returns:

AircraftBasicTakeoffModel

AircraftTakeoff.get_basic_takeoff_by_name(self, name: str) AircraftBasicTakeoffModel#

Get the basic Takeoff model with the given name.

Parameters:

name : str

Returns:

AircraftBasicTakeoffModel

AircraftTakeoff.get_advanced_takeoff_by_name(self, name: str) AircraftAdvancedTakeoffModel#

Get the advanced Takeoff model with the given name.

Parameters:

name : str

Returns:

AircraftAdvancedTakeoffModel

AircraftTakeoff.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem