AircraftLanding#

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

Bases: ICatalogItem

Class defining the aircraft landing category of an Aviator aircraft.

Overview#

get_built_in_model

Get the built-in model.

get_basic_landing_by_name

Get the basic Landing model with the given name.

get_advanced_landing_by_name

Get the advanced Landing 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 AircraftLanding

Method detail#

AircraftLanding.get_built_in_model(self) AircraftBasicLandingModel#

Get the built-in model.

Returns:

AircraftBasicLandingModel

AircraftLanding.get_basic_landing_by_name(self, name: str) AircraftBasicLandingModel#

Get the basic Landing model with the given name.

Parameters:

name : str

Returns:

AircraftBasicLandingModel

AircraftLanding.get_advanced_landing_by_name(self, name: str) AircraftAdvancedLandingModel#

Get the advanced Landing model with the given name.

Parameters:

name : str

Returns:

AircraftAdvancedLandingModel

AircraftLanding.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem