ProcedureBasicPointToPoint#

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

Bases: IProcedure

Class defining a basic point to point procedure.

Overview#

get_as_procedure

Get the procedure interface.

altitude_options

Get the altitude options.

navigation_options

Get the navigation options.

enroute_options

Get the enroute options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

vertical_plane_options

Get the vertical plane options.

Import detail#

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

Property detail#

property ProcedureBasicPointToPoint.altitude_options: AltitudeOptions#

Get the altitude options.

property ProcedureBasicPointToPoint.navigation_options: NavigationOptions#

Get the navigation options.

property ProcedureBasicPointToPoint.enroute_options: EnrouteOptions#

Get the enroute options.

property ProcedureBasicPointToPoint.enroute_cruise_airspeed_options: ICruiseAirspeedAndProfileOptions#

Get the enroute cruise airspeed options.

property ProcedureBasicPointToPoint.vertical_plane_options: VerticalPlaneAndFlightPathOptions#

Get the vertical plane options.

Method detail#

ProcedureBasicPointToPoint.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure