ProcedureParallelFlightLine#
- class ansys.stk.core.stkobjects.aviator.ProcedureParallelFlightLine#
Bases:
IProcedure
Class defining a Parallel Flight Line procedure.
Overview#
Get the procedure interface. |
Get the altitude options. |
|
Get the enroute options. |
|
Get the enroute cruise airspeed options. |
|
Get the enroute turn direction options. |
|
Get or set the procedure methodology used to calculate the flight line. |
|
Get or set the placement of the procedure with respect to the previous flight line. |
|
Get or set the distance between the flight line and the previous flight line. |
|
Get or set the distance from the end of the previous procedure to the beginning of the flight line. |
|
Get or set the length of the flight line. |
|
Opt whether the procedure must level off. |
|
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.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