AircraftAdvancedCruiseModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedCruiseModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced cruise performance model for an Aviator aircraft.
Overview#
Set the airspeed limit and airspeed type below the altitude threshold. |
|
Get the catalog item interface for this object. |
Get or set the aircraftβs default cruising altitude. |
|
Get or set the method for defining the maximum performance airspeed of the aircraft with respect to its altitude. |
|
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 downrange distance in a computed segment before the data is sampled again. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftAdvancedCruiseModel
Property detail#
- property AircraftAdvancedCruiseModel.default_cruise_altitude: float#
Get or set the aircraftβs default cruising altitude.
- property AircraftAdvancedCruiseModel.max_performance_airspeed: CruiseMaxPerformanceSpeedType#
Get or set the method for defining the maximum performance airspeed of the aircraft with respect to its altitude.
- property AircraftAdvancedCruiseModel.use_airspeed_limit: bool#
Opt to limit the airspeed below a specified altitude.
- property AircraftAdvancedCruiseModel.altitude_limit: float#
Get or set the altitude threshold, below which the airspeed limit will be applied.
- property AircraftAdvancedCruiseModel.airspeed_limit_type: AirspeedType#
Get the airspeed limit type.
Method detail#
- AircraftAdvancedCruiseModel.set_airspeed_limit(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the airspeed limit and airspeed type below the altitude threshold.
- AircraftAdvancedCruiseModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem