AircraftAdvancedTakeoffModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedTakeoffModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced takeoff performance model for an Aviator aircraft.
Overview#
Set the takeoff speed mode to StallSpeedRatio and specify the stall speed ratio. |
|
Set the takeoff speed mode to AngleOfAttack and specify the angle of attack. |
|
Set the departure speed limit of the aircraft. |
|
Get the catalog item interface for this object. |
Get or set the mode to calculate the aircraftβs airspeed upon leaving the ground. |
|
Get the ratio of the airspeed to the stall speed upon leaving the ground. |
|
Get the Angle of Attack upon leaving the ground. |
|
Get or set the extension of the flaps during takeoff. |
|
Get or set the mode to calculate the airspeed upon leaving the ground. |
|
Get the aircraftβs maximum airspeed upon leaving the ground. |
|
Get the departure speed limim type. |
|
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.
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.
- AircraftAdvancedTakeoffModel.set_angle_of_attack(self, angle_of_attack: Any) None #
Set the takeoff speed mode to AngleOfAttack and specify the angle of attack.
- AircraftAdvancedTakeoffModel.set_departure_speed_limit(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the departure speed limit of the aircraft.
- AircraftAdvancedTakeoffModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem