ProcedureAirway#
- class ansys.stk.core.stkobjects.aviator.ProcedureAirway#
Bases:
IProcedure
Class defining an Airway procedure.
Overview#
Get the procedure interface. |
|
Get the a list of names of the available airways. |
|
Get a list of sequence options. |
|
Get a list of available waypoints for the airway. |
|
Copy the airway 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. |
|
Get or set the airway ID. |
|
Get or set the direction the aircraft will fly the route. |
|
Get or set the ID of the entry waypoint. |
|
Get or set the ID of the exit waypoint. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureAirway
Property detail#
- property ProcedureAirway.altitude_options: AltitudeMSLOptions#
Get the altitude options.
- property ProcedureAirway.enroute_options: EnrouteOptions#
Get the enroute options.
- property ProcedureAirway.enroute_cruise_airspeed_options: CruiseAirspeedOptions#
Get the enroute cruise airspeed options.
Method detail#
- ProcedureAirway.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure
- ProcedureAirway.get_airway_names(self) list #
Get the a list of names of the available airways.
- Returns: