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_reference_airspeed

Set the reference airspeed and reference airspeed type.

mode

Get or set the calculation mode for the Aero/Prop maneuver mode helper.

flight_mode

Get or set the performance flight mode.

use_afterburner

Opt whether to use the afterburner if it is possible.

reference_weight

Get or set the reference weight.

reference_altitude

Get or set the reference altitude.

reference_airspeed

Get the reference airspeed.

reference_airspeed_type

Get the reference airspeed type.

reference_load_factor

Get or set the reference load factor.

estimated_ps

Get the estimated specific excess power.

control_authority

Get or set the control authority of how much to factor a turn over push/pull.

status_message

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.

property AerodynamicPropulsionManeuverModeHelper.control_authority: float#

Get or set the control authority of how much to factor a turn over push/pull.

property AerodynamicPropulsionManeuverModeHelper.status_message: str#

Get the status message in the message window.

Method detail#

AerodynamicPropulsionManeuverModeHelper.set_reference_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the reference airspeed and reference airspeed type.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None