AircraftClimb#
- class ansys.stk.core.stkobjects.aviator.AircraftClimb#
Bases:
ICatalogItem
Class defining the aircraft climb category of an Aviator aircraft.
Overview#
Get the built-in model. |
|
Get the basic climb model with the given name. |
|
Get the advanced climb model with the given name. |
|
Get the catalog item interface for this object. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftClimb
Method detail#
- AircraftClimb.get_built_in_model(self) AircraftBasicClimbModel #
Get the built-in model.
- Returns:
AircraftBasicClimbModel
- AircraftClimb.get_basic_climb_by_name(self, name: str) AircraftBasicClimbModel #
Get the basic climb model with the given name.
- Parameters:
name :
str
- Returns:
AircraftBasicClimbModel
- AircraftClimb.get_advanced_climb_by_name(self, name: str) AircraftAdvancedClimbModel #
Get the advanced climb model with the given name.
- Parameters:
name :
str
- Returns:
AircraftAdvancedClimbModel
- AircraftClimb.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem