IEnrouteAndDelayOptions#

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

Interface used to access the Enroute options for an Aviator procedure.

Overview#

delay_enroute_climb_descents

Opt whether to delay the enroute climb or descent.

use_max_speed_turns

Opt whether to use the max speed turns.

max_turn_radius_factor

Get or set the maximum turn radius factor.

Import detail#

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

Property detail#

property IEnrouteAndDelayOptions.delay_enroute_climb_descents: bool#

Opt whether to delay the enroute climb or descent.

property IEnrouteAndDelayOptions.use_max_speed_turns: bool#

Opt whether to use the max speed turns.

property IEnrouteAndDelayOptions.max_turn_radius_factor: float#

Get or set the maximum turn radius factor.