AltitudeOptions#

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

Class defining the altitude options in a procedure.

Overview#

use_default_cruise_altitude

Opt whether to use the default cruise altitude.

altitude_reference

Get or set the altitude reference.

altitude

Get or set the altitude for the procedure.

Import detail#

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

Property detail#

property AltitudeOptions.use_default_cruise_altitude: bool#

Opt whether to use the default cruise altitude.

property AltitudeOptions.altitude_reference: AGLMSL#

Get or set the altitude reference.

property AltitudeOptions.altitude: float#

Get or set the altitude for the procedure.