AircraftBasicLandingModel#
- class ansys.stk.core.stkobjects.aviator.AircraftBasicLandingModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the basic landing performance model for an Aviator aircraft.
Overview#
Set the landing speed of the aircraft. |
|
Get the catalog item interface for this object. |
Get the landing speed of the aircraft. |
|
Get the landing speed type. |
|
Get or set the distance the aircraft travels along the ground while decelerating to a stop at sea level. |
|
Get or set whether to use Aero/Propulsion fuel flow. |
|
Get or set whether to scale fuel flow by non std density. |
|
Get or set the Sea Level Fuel Flow. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftBasicLandingModel
Property detail#
- property AircraftBasicLandingModel.landing_speed_type: AirspeedType#
Get the landing speed type.
- property AircraftBasicLandingModel.sea_level_ground_roll: float#
Get or set the distance the aircraft travels along the ground while decelerating to a stop at sea level.
- property AircraftBasicLandingModel.use_aerodynamic_propulsion_fuel: bool#
Get or set whether to use Aero/Propulsion fuel flow.
Method detail#
- AircraftBasicLandingModel.set_landing_speed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the landing speed of the aircraft.
- AircraftBasicLandingModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem