ProcedureAirway#

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

Bases: IProcedure

Class defining an Airway procedure.

Overview#

get_as_procedure

Get the procedure interface.

get_airway_names

Get the a list of names of the available airways.

get_sequences

Get a list of sequence options.

get_waypoints

Get a list of available waypoints for the airway.

copy_procedures

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

altitude_options

Get the altitude options.

enroute_options

Get the enroute options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

router

Get or set the router used to provide available airways.

airway_id

Get or set the airway ID.

sequence

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

entry_id

Get or set the ID of the entry waypoint.

exit_id

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.

property ProcedureAirway.router: str#

Get or set the router used to provide available airways.

property ProcedureAirway.airway_id: str#

Get or set the airway ID.

property ProcedureAirway.sequence: str#

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

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.

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:

list

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

ProcedureAirway.copy_procedures(self) None#

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

Returns:

None