AircraftAdvancedDescentModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedDescentModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced descent performance model for an Aviator aircraft.
Overview#
Set the override airspeed and airspeed type. |
|
Set the airspeed limit and airspeed type below the altitude threshold. |
|
Get the catalog item interface for this object. |
Get or set the mode to calculate the aircraftβs airspeed while descending . |
|
Get or set the ratio of the airspeed upon leaving the ground to the stall speed. |
|
Get the override airspeed type. |
|
Get the override airsepeed. |
|
Get or set the extension of the speedbrakes during the landing. |
|
Opt to limit the airspeed below a specified altitude. |
|
Get or set the altitude threshold, below which the airspeed limit will be applied. |
|
Get the airspeed limit type. |
|
Get the airsepeed limit below the altitude threshold. |
|
Get or set the maximum change in altitude in a computed segment before the data is sampled again. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftAdvancedDescentModel
Property detail#
- property AircraftAdvancedDescentModel.descent_speed_type: DescentSpeedType#
Get or set the mode to calculate the aircraftβs airspeed while descending .
- property AircraftAdvancedDescentModel.descent_stall_speed_ratio: float#
Get or set the ratio of the airspeed upon leaving the ground to the stall speed.
- property AircraftAdvancedDescentModel.descent_override_airspeed_type: AirspeedType#
Get the override airspeed type.
- property AircraftAdvancedDescentModel.speedbrakes: float#
Get or set the extension of the speedbrakes during the landing.
- property AircraftAdvancedDescentModel.use_airspeed_limit: bool#
Opt to limit the airspeed below a specified altitude.
- property AircraftAdvancedDescentModel.altitude_limit: float#
Get or set the altitude threshold, below which the airspeed limit will be applied.
- property AircraftAdvancedDescentModel.airspeed_limit_type: AirspeedType#
Get the airspeed limit type.
Method detail#
- AircraftAdvancedDescentModel.set_descent_override_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the override airspeed and airspeed type.
- AircraftAdvancedDescentModel.set_airspeed_limit(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the airspeed limit and airspeed type below the altitude threshold.
- AircraftAdvancedDescentModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem