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