BasicManeuverStrategyCruiseProfile#

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

Bases: IBasicManeuverStrategy

Class defining the Cruise profile strategy for a basic maneuver procedure.

Overview#

reference_frame

Get or set the reference frame the aircraft will use. Earth Frame will force the aircraft to overcome wind effects. Wind frame will allow the maneuver to be perturbed by wind.

use_default_cruise_altitude

Opt whether to use the aircraft’s default cruise altitude.

level_off

Opt whether to require the aircraft to level off at the specified altitude. This altitude is only enabled of the Default Cruise Altitude option is not selected.

requested_altitude

Get or set the desired MSL Altitude for the maneuver. This altitude is only enabled of the Default Cruise Altitude option is not selected.

cruise_airspeed_options

Get the interface for the cruise airspeed options.

stop_after_level_off

Select to stop the maneuver as soon as the aircraft achieves its goal altitude and levels off, regardless if any basic stopping conditions have been triggered.

compensate_for_coriolis_acceleration

Get or set the option to compensate for the acceleration due to the Coriolis effect.

Import detail#

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

Property detail#

property BasicManeuverStrategyCruiseProfile.reference_frame: BasicManeuverReferenceFrame#

Get or set the reference frame the aircraft will use. Earth Frame will force the aircraft to overcome wind effects. Wind frame will allow the maneuver to be perturbed by wind.

property BasicManeuverStrategyCruiseProfile.use_default_cruise_altitude: bool#

Opt whether to use the aircraft’s default cruise altitude.

property BasicManeuverStrategyCruiseProfile.level_off: bool#

Opt whether to require the aircraft to level off at the specified altitude. This altitude is only enabled of the Default Cruise Altitude option is not selected.

property BasicManeuverStrategyCruiseProfile.requested_altitude: float#

Get or set the desired MSL Altitude for the maneuver. This altitude is only enabled of the Default Cruise Altitude option is not selected.

property BasicManeuverStrategyCruiseProfile.cruise_airspeed_options: CruiseAirspeedOptions#

Get the interface for the cruise airspeed options.

property BasicManeuverStrategyCruiseProfile.stop_after_level_off: bool#

Select to stop the maneuver as soon as the aircraft achieves its goal altitude and levels off, regardless if any basic stopping conditions have been triggered.

property BasicManeuverStrategyCruiseProfile.compensate_for_coriolis_acceleration: bool#

Get or set the option to compensate for the acceleration due to the Coriolis effect.