ProcedureParallelFlightLine#

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

Bases: IProcedure

Class defining a Parallel Flight Line procedure.

Overview#

get_as_procedure

Get the procedure interface.

altitude_options

Get the altitude options.

enroute_options

Get the enroute options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

enroute_turn_direction_options

Get the enroute turn direction options.

procedure_type

Get or set the procedure methodology used to calculate the flight line.

orientation

Get or set the placement of the procedure with respect to the previous flight line.

separation

Get or set the distance between the flight line and the previous flight line.

offset

Get or set the distance from the end of the previous procedure to the beginning of the flight line.

leg_length

Get or set the length of the flight line.

must_level_off

Opt whether the procedure must level off.

level_off_mode

Get or set the level off mode. This is only used when the must level off option is on.

Import detail#

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

Property detail#

property ProcedureParallelFlightLine.altitude_options: AltitudeOptions#

Get the altitude options.

property ProcedureParallelFlightLine.enroute_options: EnrouteOptions#

Get the enroute options.

property ProcedureParallelFlightLine.enroute_cruise_airspeed_options: ICruiseAirspeedAndProfileOptions#

Get the enroute cruise airspeed options.

property ProcedureParallelFlightLine.enroute_turn_direction_options: EnrouteTurnDirectionOptions#

Get the enroute turn direction options.

property ProcedureParallelFlightLine.procedure_type: FlightLineProcedureType#

Get or set the procedure methodology used to calculate the flight line.

property ProcedureParallelFlightLine.orientation: LineOrientation#

Get or set the placement of the procedure with respect to the previous flight line.

property ProcedureParallelFlightLine.separation: float#

Get or set the distance between the flight line and the previous flight line.

property ProcedureParallelFlightLine.offset: float#

Get or set the distance from the end of the previous procedure to the beginning of the flight line.

property ProcedureParallelFlightLine.leg_length: float#

Get or set the length of the flight line.

property ProcedureParallelFlightLine.must_level_off: bool#

Opt whether the procedure must level off.

property ProcedureParallelFlightLine.level_off_mode: AltitudeConstraintManeuverMode#

Get or set the level off mode. This is only used when the must level off option is on.

Method detail#

ProcedureParallelFlightLine.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure