ProcedureAirwayRouter#
- class ansys.stk.core.stkobjects.aviator.ProcedureAirwayRouter#
Bases:
IProcedure
Class defining an Airway Router procedure.
Overview#
Get the procedure interface. |
|
Recalculate the route. |
|
Get a list of the current routeβs waypoints. |
|
Get a list of the current routeβs individual procedures. |
|
Copy the route as a set of procedures to the clipboard. |
Get the altitude options. |
|
Get the enroute options. |
|
Get the enroute cruise airspeed options. |
|
Get or set the router used to provide available airways. |
|
Opt to account for the wind when calculating the most efficient route. |
|
Get or set the maximum distance beyond the bounding box that a waypoint will be considered for the final route. |
|
Get or set the maximum distance from the end of the previous procedure that an airway waypoint will be considered. |
|
Define how the two Entry/Exit Waypoint constraints will be considered. |
|
Get or set the maximum number of airway waypoints that the procedure will consider for each segment. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureAirwayRouter
Property detail#
- property ProcedureAirwayRouter.altitude_options: AltitudeMSLOptions#
Get the altitude options.
- property ProcedureAirwayRouter.enroute_options: EnrouteOptions#
Get the enroute options.
- property ProcedureAirwayRouter.enroute_cruise_airspeed_options: CruiseAirspeedOptions#
Get the enroute cruise airspeed options.
- property ProcedureAirwayRouter.router: str#
Get or set the router used to provide available airways.
- property ProcedureAirwayRouter.optimize_for_wind: bool#
Opt to account for the wind when calculating the most efficient route.
- property ProcedureAirwayRouter.bounding_box_pad: float#
Get or set the maximum distance beyond the bounding box that a waypoint will be considered for the final route.
- property ProcedureAirwayRouter.max_waypoint_range: float#
Get or set the maximum distance from the end of the previous procedure that an airway waypoint will be considered.
Method detail#
- ProcedureAirwayRouter.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure
- ProcedureAirwayRouter.get_waypoints(self) list #
Get a list of the current routeβs waypoints.
- Returns: