AltitudeMSLOptions#

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

Class defining the altitude MSL options in a procedure.

Overview#

use_default_cruise_altitude

Opt whether to use the default cruise altitude.

msl_altitude

Get or set the MSL altitude. Can only be used when the option to use the default cruise altitude is off.

Import detail#

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

Property detail#

property AltitudeMSLOptions.use_default_cruise_altitude: bool#

Opt whether to use the default cruise altitude.

property AltitudeMSLOptions.msl_altitude: float#

Get or set the MSL altitude. Can only be used when the option to use the default cruise altitude is off.