AircraftAdvancedLandingModel#
- class ansys.stk.core.stkobjects.aviator.AircraftAdvancedLandingModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the advanced landing performance model for an Aviator aircraft.
Overview#
Set the landing speed mode to StallSpeedRatio and specify the stall speed ratio. |
|
Set the landing speed mode to AngleOfAttack and specify the angle of attack. |
|
Get the catalog item interface for this object. |
Get or set the mode to calculate the aircraftβs speed at wheels down. |
|
Get the ratio of the airspeed to the stall speed at wheels down. |
|
Get the Angle of Attack at wheels down. |
|
Get or set the extension of the flaps during the landing. |
|
Get or set the extension of the speedbrakes during the landing. |
|
Get or set the deceleration rate, in G, when braking. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftAdvancedLandingModel
Property detail#
- property AircraftAdvancedLandingModel.landing_speed_mode: TakeoffLandingSpeedMode#
Get or set the mode to calculate the aircraftβs speed at wheels down.
- property AircraftAdvancedLandingModel.stall_speed_ratio: float#
Get the ratio of the airspeed to the stall speed at wheels down.
- property AircraftAdvancedLandingModel.flaps: float#
Get or set the extension of the flaps during the landing.
Method detail#
- AircraftAdvancedLandingModel.set_stall_speed_ratio(self, stall_speed_ratio: float) None #
Set the landing speed mode to StallSpeedRatio and specify the stall speed ratio.
- AircraftAdvancedLandingModel.set_angle_of_attack(self, angle_of_attack: Any) None #
Set the landing speed mode to AngleOfAttack and specify the angle of attack.
- AircraftAdvancedLandingModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem