AircraftDescent#

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

Bases: ICatalogItem

Class defining the aircraft descent category of an Aviator aircraft.

Overview#

get_built_in_model

Get the built-in model.

get_basic_descent_by_name

Get the basic descent model with the given name.

get_advanced_descent_by_name

Get the advanced descent 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 AircraftDescent

Method detail#

AircraftDescent.get_built_in_model(self) AircraftBasicDescentModel#

Get the built-in model.

Returns:

AircraftBasicDescentModel

AircraftDescent.get_basic_descent_by_name(self, name: str) AircraftBasicDescentModel#

Get the basic descent model with the given name.

Parameters:

name : str

Returns:

AircraftBasicDescentModel

AircraftDescent.get_advanced_descent_by_name(self, name: str) AircraftAdvancedDescentModel#

Get the advanced descent model with the given name.

Parameters:

name : str

Returns:

AircraftAdvancedDescentModel

AircraftDescent.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem