ArcAltitudeAndDelayOptions#
- class ansys.stk.core.stkobjects.aviator.ArcAltitudeAndDelayOptions#
Class defining the altitude and delay options for an arc procedure.
Overview#
Opt whether to use the default cruise altitude. |
|
Delay the climb/descend such that the stop arc altitude will be achieved by the end of the procedure. |
|
Get or set the altitude at the beginning of the arc. |
|
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.