AircraftBasicDescentModel#
- class ansys.stk.core.stkobjects.aviator.AircraftBasicDescentModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the basic descent performance model for an Aviator aircraft.
Overview#
Get the catalog item interface for this object. |
|
Set the airspeed type and value. |
Get the airsepeed. |
|
Get the airspeed type. |
|
Get or set the altitude rate. |
|
Get or set the ceiling altitude. |
|
Get or set whether to enable relative airspeed tolerance. |
|
Get or set the Sea Level Fuel Flow. |
|
Get or set the relative airspeed tolerance. |
|
Get or set whether to scale fuel flow by non std density. |
|
Get or set whether to use Aero/Propulsion fuel flow. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftBasicDescentModel
Property detail#
- property AircraftBasicDescentModel.airspeed_type: AirspeedType#
Get the airspeed type.
- property AircraftBasicDescentModel.enable_relative_airspeed_tolerance: bool#
Get or set whether to enable relative airspeed tolerance.
- property AircraftBasicDescentModel.relative_airspeed_tolerance: float#
Get or set the relative airspeed tolerance.
Method detail#
- AircraftBasicDescentModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem