AircraftAdvancedCruiseModel#

class ansys.stk.core.stkobjects.aviator.AircraftAdvancedCruiseModel#

Bases: IPerformanceModel, ICatalogItem

Class defining the advanced cruise performance model for an Aviator aircraft.

Overview#

set_airspeed_limit

Set the airspeed limit and airspeed type below the altitude threshold.

get_as_catalog_item

Get the catalog item interface for this object.

default_cruise_altitude

Get or set the aircraft’s default cruising altitude.

max_performance_airspeed

Get or set the method for defining the maximum performance airspeed of the aircraft with respect to its altitude.

use_airspeed_limit

Opt to limit the airspeed below a specified altitude.

altitude_limit

Get or set the altitude threshold, below which the airspeed limit will be applied.

airspeed_limit_type

Get the airspeed limit type.

airspeed_limit

Get the airsepeed limit below the altitude threshold.

compute_delta_downrange

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.

property AircraftAdvancedCruiseModel.airspeed_limit: float#

Get the airsepeed limit below the altitude threshold.

property AircraftAdvancedCruiseModel.compute_delta_downrange: float#

Get or set the maximum change in downrange distance in a computed segment before the data is sampled again.

Method detail#

AircraftAdvancedCruiseModel.set_airspeed_limit(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the airspeed limit and airspeed type below the altitude threshold.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

AircraftAdvancedCruiseModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem