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 option to compensate for the acceleration due to the Coriolis effect. |
|
Get the interface for the cruise airspeed options. |
|
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 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. |
|
Get or set the desired MSL Altitude for the maneuver. This altitude is only enabled of the Default Cruise Altitude option is not selected. |
|
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. |
|
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.