ICruiseAirspeedAndProfileOptions#

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

Interface used to access the cruise airspeed options that also include a profile field.

Overview#

set_other_airspeed

Set the cruise airspeed. This option is only enabled if the cruise speed type is set to other.

cruise_speed_type

Get or set the method for determining the aircraft’s airspeed.

other_airspeed_type

Get the airspeed type for the other airspeed option.

other_airspeed

Get the airspeed for the other airspeed option.

fly_cruise_airspeed_profile

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

Import detail#

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

Property detail#

property ICruiseAirspeedAndProfileOptions.cruise_speed_type: CruiseSpeed#

Get or set the method for determining the aircraft’s airspeed.

property ICruiseAirspeedAndProfileOptions.other_airspeed_type: AirspeedType#

Get the airspeed type for the other airspeed option.

property ICruiseAirspeedAndProfileOptions.other_airspeed: float#

Get the airspeed for the other airspeed option.

property ICruiseAirspeedAndProfileOptions.fly_cruise_airspeed_profile: bool#

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

Method detail#

ICruiseAirspeedAndProfileOptions.set_other_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the cruise airspeed. This option is only enabled if the cruise speed type is set to other.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None