ProcedureAirway#

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

Bases: IProcedure

Class defining an Airway procedure.

Overview#

copy_procedures

Copy the airway route as a set of procedures to the clipboard.

get_airway_names

Get the a list of names of the available airways.

get_as_procedure

Get the procedure interface.

get_sequences

Get a list of sequence options.

get_waypoints

Get a list of available waypoints for the airway.

airway_id

Get or set the airway ID.

altitude_options

Get the altitude options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

enroute_options

Get the enroute options.

entry_id

Get or set the ID of the entry waypoint.

exit_id

Get or set the ID of the exit waypoint.

router

Get or set the router used to provide available airways.

sequence

Get or set the direction the aircraft will fly the route.

Import detail#

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

Property detail#

property ProcedureAirway.airway_id: str#

Get or set the airway ID.

property ProcedureAirway.altitude_options: AltitudeMSLOptions#

Get the altitude options.

property ProcedureAirway.enroute_cruise_airspeed_options: CruiseAirspeedOptions#

Get the enroute cruise airspeed options.

property ProcedureAirway.enroute_options: EnrouteOptions#

Get the enroute options.

property ProcedureAirway.entry_id: str#

Get or set the ID of the entry waypoint.

property ProcedureAirway.exit_id: str#

Get or set the ID of the exit waypoint.

property ProcedureAirway.router: str#

Get or set the router used to provide available airways.

property ProcedureAirway.sequence: str#

Get or set the direction the aircraft will fly the route.

Method detail#

ProcedureAirway.copy_procedures(self) None#

Copy the airway route as a set of procedures to the clipboard.

Returns:

None

ProcedureAirway.get_airway_names(self) list#

Get the a list of names of the available airways.

Returns:

list

ProcedureAirway.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure

ProcedureAirway.get_sequences(self) list#

Get a list of sequence options.

Returns:

list

ProcedureAirway.get_waypoints(self) list#

Get a list of available waypoints for the airway.

Returns:

list