ProcedureAreaTargetSearch#

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

Bases: IProcedure

Class defining an Area Target Search procedure.

Overview#

get_as_procedure

Get the procedure interface.

copy_procedures

Copy the search pattern maneuvers as a set of procedures to the clipboard.

altitude_options

Get the altitude options.

enroute_options

Get the enroute options.

enroute_cruise_airspeed_options

Get the enroute cruise airspeed options.

procedure_type

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

max_separation

Get or set the maximum distance between the parallel flight lines of the search pattern.

course_mode

Get or set the mode to determine the course of the search pattern.

first_leg_retrograde

Get or set the option to fly the first leg of the search pattern on the reverse heading.

centroid_true_course

Get or set the specific course of the search pattern.

fly_cruise_airspeed_profile

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

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 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.must_level_off: bool#

Opt whether the procedure must level off.

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

ProcedureAreaTargetSearch.copy_procedures(self) None#

Copy the search pattern maneuvers as a set of procedures to the clipboard.

Returns:

None