ProcedureAreaTargetSearch#
- class ansys.stk.core.stkobjects.aviator.ProcedureAreaTargetSearch#
Bases:
IProcedure
Class defining an Area Target Search procedure.
Overview#
Get the procedure interface. |
|
Copy the search pattern maneuvers as a set of procedures to the clipboard. |
Get the altitude options. |
|
Get the enroute options. |
|
Get the enroute cruise airspeed options. |
|
Get or set the procedure methodology used to calculate the flight line. |
|
Get or set the maximum distance between the parallel flight lines of the search pattern. |
|
Get or set the mode to determine the course of the search pattern. |
|
Get or set the option to fly the first leg of the search pattern on the reverse heading. |
|
Get or set the specific course of the search pattern. |
|
Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure. |
|
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 ProcedureAreaTargetSearch
Property detail#
- property ProcedureAreaTargetSearch.altitude_options: AltitudeOptions#
Get the altitude options.
- property ProcedureAreaTargetSearch.enroute_options: EnrouteOptions#
Get the enroute options.
- property ProcedureAreaTargetSearch.enroute_cruise_airspeed_options: CruiseAirspeedOptions#
Get the enroute cruise airspeed options.
- property ProcedureAreaTargetSearch.procedure_type: FlightLineProcedureType#
Get or set the procedure methodology used to calculate the flight line.
- property ProcedureAreaTargetSearch.max_separation: float#
Get or set the maximum distance between the parallel flight lines of the search pattern.
- property ProcedureAreaTargetSearch.course_mode: SearchPatternCourseMode#
Get or set the mode to determine the course of the search pattern.
- property ProcedureAreaTargetSearch.first_leg_retrograde: bool#
Get or set the option to fly the first leg of the search pattern on the reverse heading.
- property ProcedureAreaTargetSearch.centroid_true_course: Any#
Get or set the specific course of the search pattern.
- property ProcedureAreaTargetSearch.fly_cruise_airspeed_profile: bool#
Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.
- property ProcedureAreaTargetSearch.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#
- ProcedureAreaTargetSearch.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure