AircraftAdvancedClimbModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedClimbModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced climb performance model for an Aviator aircraft.
Overview#
Get the catalog item interface for this object. |
|
Set the airspeed limit and airspeed type below the altitude threshold. |
|
Set the override airspeed and airspeed type. |
|
Enable the flight path angle limit an set the flight path angle value. |
Get the airsepeed limit below the altitude threshold. |
|
Get the airspeed limit type. |
|
Get or set the altitude threshold, below which the airspeed limit will be applied. |
|
Get the override airsepeed. |
|
Get the override airspeed type. |
|
Get or set the mode to calculate the aircraftβs airspeed while climbing. |
|
Get or set the maximum change in altitude in a computed segment before the data is sampled again. |
|
Get the flight path angle limit. |
|
Opt to use the engineβs afterburner when climbing if available. |
|
Opt to limit the airspeed below a specified altitude. |
|
Opt to limit the flight path angle. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftAdvancedClimbModel
Property detail#
- property AircraftAdvancedClimbModel.airspeed_limit: float#
Get the airsepeed limit below the altitude threshold.
- property AircraftAdvancedClimbModel.airspeed_limit_type: AirspeedType#
Get the airspeed limit type.
- property AircraftAdvancedClimbModel.altitude_limit: float#
Get or set the altitude threshold, below which the airspeed limit will be applied.
- property AircraftAdvancedClimbModel.climb_override_airspeed_type: AirspeedType#
Get the override airspeed type.
- property AircraftAdvancedClimbModel.climb_speed_type: ClimbSpeedType#
Get or set the mode to calculate the aircraftβs airspeed while climbing.
- property AircraftAdvancedClimbModel.compute_delta_altitude: float#
Get or set the maximum change in altitude in a computed segment before the data is sampled again.
- property AircraftAdvancedClimbModel.use_afterburner: bool#
Opt to use the engineβs afterburner when climbing if available.
Method detail#
- AircraftAdvancedClimbModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem
- AircraftAdvancedClimbModel.set_airspeed_limit(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the airspeed limit and airspeed type below the altitude threshold.
- AircraftAdvancedClimbModel.set_climb_override_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the override airspeed and airspeed type.