ProcedureArcPointToPoint#

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

Bases: IProcedure

Class defining a arc point to point procedure.

Overview#

get_as_procedure

Get the procedure interface.

altitude_options

Get the altitude options.

arc_options

Get the arc options.

arc_cruise_airspeed_options

Get the arc cruise airspeed options.

enroute_options

Get the enroute options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

enroute_turn_direction_options

Get the enroute turn direction options.

fly_cruise_airspeed_profile

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

vertical_plane_options

Get the vertical plane options.

Import detail#

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

Property detail#

property ProcedureArcPointToPoint.altitude_options: ArcAltitudeOptions#

Get the altitude options.

property ProcedureArcPointToPoint.arc_options: ArcOptions#

Get the arc options.

property ProcedureArcPointToPoint.arc_cruise_airspeed_options: CruiseAirspeedOptions#

Get the arc cruise airspeed options.

property ProcedureArcPointToPoint.enroute_options: EnrouteOptions#

Get the enroute options.

property ProcedureArcPointToPoint.enroute_cruise_airspeed_options: CruiseAirspeedOptions#

Get the enroute cruise airspeed options.

property ProcedureArcPointToPoint.enroute_turn_direction_options: EnrouteTurnDirectionOptions#

Get the enroute turn direction options.

property ProcedureArcPointToPoint.fly_cruise_airspeed_profile: bool#

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

property ProcedureArcPointToPoint.vertical_plane_options: ArcVerticalPlaneOptions#

Get the vertical plane options.

Method detail#

ProcedureArcPointToPoint.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure