ProcedureArcPointToPoint#
- class ansys.stk.core.stkobjects.aviator.ProcedureArcPointToPoint#
Bases:
IProcedure
Class defining a arc point to point procedure.
Overview#
Get the procedure interface. |
Get the altitude options. |
|
Get the arc options. |
|
Get the arc cruise airspeed options. |
|
Get the enroute options. |
|
Get the enroute cruise airspeed options. |
|
Get the enroute turn direction options. |
|
Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure. |
|
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