AerodynamicPropulsionManeuverModeHelper#
- class ansys.stk.core.stkobjects.aviator.AerodynamicPropulsionManeuverModeHelper#
Class defining the The calculation mode for the Aero/Prop maneuver mode helper. Helper for a basic acceleration performance model of an Aviator aircraft.
Overview#
Set the reference airspeed and reference airspeed type. |
Get or set the calculation mode for the Aero/Prop maneuver mode helper. |
|
Get or set the performance flight mode. |
|
Opt whether to use the afterburner if it is possible. |
|
Get or set the reference weight. |
|
Get or set the reference altitude. |
|
Get the reference airspeed. |
|
Get the reference airspeed type. |
|
Get or set the reference load factor. |
|
Get the estimated specific excess power. |
|
Get or set the control authority of how much to factor a turn over push/pull. |
|
Get the status message in the message window. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AerodynamicPropulsionManeuverModeHelper
Property detail#
- property AerodynamicPropulsionManeuverModeHelper.mode: AccelerationManeuverAerodynamicPropulsionMode#
Get or set the calculation mode for the Aero/Prop maneuver mode helper.
- property AerodynamicPropulsionManeuverModeHelper.flight_mode: AerodynamicPropulsionFlightMode#
Get or set the performance flight mode.
- property AerodynamicPropulsionManeuverModeHelper.use_afterburner: bool#
Opt whether to use the afterburner if it is possible.
- property AerodynamicPropulsionManeuverModeHelper.reference_weight: float#
Get or set the reference weight.
- property AerodynamicPropulsionManeuverModeHelper.reference_altitude: float#
Get or set the reference altitude.
- property AerodynamicPropulsionManeuverModeHelper.reference_airspeed: float#
Get the reference airspeed.
- property AerodynamicPropulsionManeuverModeHelper.reference_airspeed_type: AirspeedType#
Get the reference airspeed type.
- property AerodynamicPropulsionManeuverModeHelper.reference_load_factor: float#
Get or set the reference load factor.
- property AerodynamicPropulsionManeuverModeHelper.estimated_ps: float#
Get the estimated specific excess power.