BasicManeuverStrategyCruiseProfile#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyCruiseProfile#
Bases:
IBasicManeuverStrategy
Class defining the Cruise profile strategy for a basic maneuver procedure.
Overview#
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. |
|
Opt whether to use the aircraftβs default cruise altitude. |
|
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. |
|
Get or set the desired MSL Altitude for the maneuver. This altitude is only enabled of the Default Cruise Altitude option is not selected. |
|
Get the interface for the cruise airspeed options. |
|
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. |
|
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.