AircraftClimb#
- class ansys.stk.core.stkobjects.aviator.AircraftClimb#
Bases:
ICatalogItemClass defining the aircraft climb category of an Aviator aircraft.
Overview#
Get the advanced climb model with the given name. |
|
Get the catalog item interface for this object. |
|
Get the basic climb model with the given name. |
|
Get the built-in model. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftClimb
Method detail#
- 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
- 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_built_in_model(self) AircraftBasicClimbModel#
Get the built-in model.
- Returns:
AircraftBasicClimbModel