ArcAltitudeAndDelayOptions#

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

Class defining the altitude and delay options for an arc procedure.

Overview#

use_default_cruise_altitude

Opt whether to use the default cruise altitude.

delay_arc_climb_descents

Delay the climb/descend such that the stop arc altitude will be achieved by the end of the procedure.

start_arc_altitude

Get or set the altitude at the beginning of the arc.

stop_arc_altitude

Get or set the altitude at the end of the arc.

Import detail#

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

Property detail#

property ArcAltitudeAndDelayOptions.use_default_cruise_altitude: bool#

Opt whether to use the default cruise altitude.

property ArcAltitudeAndDelayOptions.delay_arc_climb_descents: bool#

Delay the climb/descend such that the stop arc altitude will be achieved by the end of the procedure.

property ArcAltitudeAndDelayOptions.start_arc_altitude: float#

Get or set the altitude at the beginning of the arc.

property ArcAltitudeAndDelayOptions.stop_arc_altitude: float#

Get or set the altitude at the end of the arc.