VerticalPlaneAndFlightPathOptions#

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

Class defining the vertical plane options for an arc procedure.

Overview#

final_flight_path_angle

Get or set the pitch angle of the flight path at the end of the procedure.

min_enroute_flight_path_angle

Get or set the minimum pitch angle of the flight path during enroute segments of the procedure.

max_enroute_flight_path_angle

Get or set the maximum pitch angle of the flight path during enroute segments of the procedure.

max_vert_plane_radius_factor

Get or set the maximum amount the radius of vertical curve will be increased to minimize the flight path angle required to complete it.

Import detail#

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

Property detail#

property VerticalPlaneAndFlightPathOptions.final_flight_path_angle: Any#

Get or set the pitch angle of the flight path at the end of the procedure.

property VerticalPlaneAndFlightPathOptions.min_enroute_flight_path_angle: Any#

Get or set the minimum pitch angle of the flight path during enroute segments of the procedure.

property VerticalPlaneAndFlightPathOptions.max_enroute_flight_path_angle: Any#

Get or set the maximum pitch angle of the flight path during enroute segments of the procedure.

property VerticalPlaneAndFlightPathOptions.max_vert_plane_radius_factor: float#

Get or set the maximum amount the radius of vertical curve will be increased to minimize the flight path angle required to complete it.