AircraftAdvancedLandingModel#

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

Bases: IPerformanceModel, ICatalogItem

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

Overview#

get_as_catalog_item

Get the catalog item interface for this object.

set_angle_of_attack

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

set_stall_speed_ratio

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

angle_of_attack

Get the Angle of Attack at wheels down.

braking_deceleration_g

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

flaps

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

landing_speed_mode

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

speedbrakes

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

stall_speed_ratio

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

Import detail#

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

Property detail#

property AircraftAdvancedLandingModel.angle_of_attack: Any#

Get the Angle of Attack at wheels down.

property AircraftAdvancedLandingModel.braking_deceleration_g: float#

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

property AircraftAdvancedLandingModel.flaps: float#

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

property AircraftAdvancedLandingModel.landing_speed_mode: TakeoffLandingSpeedMode#

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

property AircraftAdvancedLandingModel.speedbrakes: float#

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

property AircraftAdvancedLandingModel.stall_speed_ratio: float#

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

Method detail#

AircraftAdvancedLandingModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem

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.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