BasicManeuverStrategyCruiseProfile#

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

Bases: IBasicManeuverStrategy

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

Overview#

compensate_for_coriolis_acceleration

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

cruise_airspeed_options

Get the interface for the cruise airspeed options.

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.

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.

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.

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.

use_default_cruise_altitude

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

Import detail#

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

Property detail#

property BasicManeuverStrategyCruiseProfile.compensate_for_coriolis_acceleration: bool#

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

property BasicManeuverStrategyCruiseProfile.cruise_airspeed_options: CruiseAirspeedOptions#

Get the interface for the cruise airspeed options.

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.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.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.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.use_default_cruise_altitude: bool#

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