AircraftAdvancedTakeoffModel#

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

Bases: IPerformanceModel, ICatalogItem

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

Overview#

set_stall_speed_ratio

Set the takeoff speed mode to StallSpeedRatio and specify the stall speed ratio.

set_angle_of_attack

Set the takeoff speed mode to AngleOfAttack and specify the angle of attack.

set_departure_speed_limit

Set the departure speed limit of the aircraft.

get_as_catalog_item

Get the catalog item interface for this object.

takeoff_speed_mode

Get or set the mode to calculate the aircraft’s airspeed upon leaving the ground.

stall_speed_ratio

Get the ratio of the airspeed to the stall speed upon leaving the ground.

angle_of_attack

Get the Angle of Attack upon leaving the ground.

flaps

Get or set the extension of the flaps during takeoff.

departure_speed_mode

Get or set the mode to calculate the airspeed upon leaving the ground.

departure_speed_limit

Get the aircraft’s maximum airspeed upon leaving the ground.

departure_speed_limit_type

Get the departure speed limim type.

use_afterburner

Opt whether to use the afterburner if it is possible.

Import detail#

from ansys.stk.core.stkobjects.aviator import AircraftAdvancedTakeoffModel

Property detail#

property AircraftAdvancedTakeoffModel.takeoff_speed_mode: TakeoffLandingSpeedMode#

Get or set the mode to calculate the aircraft’s airspeed upon leaving the ground.

property AircraftAdvancedTakeoffModel.stall_speed_ratio: float#

Get the ratio of the airspeed to the stall speed upon leaving the ground.

property AircraftAdvancedTakeoffModel.angle_of_attack: Any#

Get the Angle of Attack upon leaving the ground.

property AircraftAdvancedTakeoffModel.flaps: float#

Get or set the extension of the flaps during takeoff.

property AircraftAdvancedTakeoffModel.departure_speed_mode: DepartureSpeedMode#

Get or set the mode to calculate the airspeed upon leaving the ground.

property AircraftAdvancedTakeoffModel.departure_speed_limit: float#

Get the aircraft’s maximum airspeed upon leaving the ground.

property AircraftAdvancedTakeoffModel.departure_speed_limit_type: AirspeedType#

Get the departure speed limim type.

property AircraftAdvancedTakeoffModel.use_afterburner: bool#

Opt whether to use the afterburner if it is possible.

Method detail#

AircraftAdvancedTakeoffModel.set_stall_speed_ratio(self, stall_speed_ratio: float) None#

Set the takeoff speed mode to StallSpeedRatio and specify the stall speed ratio.

Parameters:

stall_speed_ratio : float

Returns:

None

AircraftAdvancedTakeoffModel.set_angle_of_attack(self, angle_of_attack: Any) None#

Set the takeoff speed mode to AngleOfAttack and specify the angle of attack.

Parameters:

angle_of_attack : Any

Returns:

None

AircraftAdvancedTakeoffModel.set_departure_speed_limit(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the departure speed limit of the aircraft.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

AircraftAdvancedTakeoffModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem