AircraftAdvancedClimbModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedClimbModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced climb 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. |
|
Enable the flight path angle limit an set the flight path angle value. |
|
Get the catalog item interface for this object. |
Get or set the mode to calculate the aircraftβs airspeed while climbing. |
|
Get the override airspeed type. |
|
Get the override airsepeed. |
|
Opt to use the engineβs afterburner when climbing if available. |
|
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. |
|
Opt to limit the flight path angle. |
|
Get the flight path angle limit. |
|
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 AircraftAdvancedClimbModel
Property detail#
- property AircraftAdvancedClimbModel.climb_speed_type: ClimbSpeedType#
Get or set the mode to calculate the aircraftβs airspeed while climbing.
- property AircraftAdvancedClimbModel.climb_override_airspeed_type: AirspeedType#
Get the override airspeed type.
- property AircraftAdvancedClimbModel.use_afterburner: bool#
Opt to use the engineβs afterburner when climbing if available.
- property AircraftAdvancedClimbModel.use_airspeed_limit: bool#
Opt to limit the airspeed below a specified altitude.
- property AircraftAdvancedClimbModel.altitude_limit: float#
Get or set the altitude threshold, below which the airspeed limit will be applied.
- property AircraftAdvancedClimbModel.airspeed_limit_type: AirspeedType#
Get the airspeed limit type.
- property AircraftAdvancedClimbModel.airspeed_limit: float#
Get the airsepeed limit below the altitude threshold.
Method detail#
- AircraftAdvancedClimbModel.set_climb_override_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the override airspeed and airspeed type.
- AircraftAdvancedClimbModel.set_airspeed_limit(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the airspeed limit and airspeed type below the altitude threshold.
- AircraftAdvancedClimbModel.set_flight_path_angle(self, angle: Any) None #
Enable the flight path angle limit an set the flight path angle value.
- AircraftAdvancedClimbModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem