AircraftAdvancedLandingModel#

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

Bases: IPerformanceModel, ICatalogItem

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

Overview#

set_stall_speed_ratio

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

set_angle_of_attack

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

get_as_catalog_item

Get the catalog item interface for this object.

landing_speed_mode

Get or set the mode to calculate the aircraft’s speed at wheels down.

stall_speed_ratio

Get the ratio of the airspeed to the stall speed at wheels down.

angle_of_attack

Get the Angle of Attack at wheels down.

flaps

Get or set the extension of the flaps during the landing.

speedbrakes

Get or set the extension of the speedbrakes during the landing.

braking_deceleration_g

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.angle_of_attack: Any#

Get the Angle of Attack at wheels down.

property AircraftAdvancedLandingModel.flaps: float#

Get or set the extension of the flaps during the landing.

property AircraftAdvancedLandingModel.speedbrakes: float#

Get or set the extension of the speedbrakes during the landing.

property AircraftAdvancedLandingModel.braking_deceleration_g: float#

Get or set the deceleration rate, in G, when braking.

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.

Parameters:

stall_speed_ratio : float

Returns:

None

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

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

Parameters:

angle_of_attack : Any

Returns:

None

AircraftAdvancedLandingModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem