ProcedureBasicPointToPoint#
- class ansys.stk.core.stkobjects.aviator.ProcedureBasicPointToPoint#
Bases:
IProcedure
Class defining a basic point to point procedure.
Overview#
Get the procedure interface. |
Get the altitude options. |
|
Get the navigation options. |
|
Get the enroute options. |
|
Get the enroute cruise airspeed 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.
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