ProcedureFormationFlyer#

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

Bases: IProcedure

Class defining an formationflyer procedure.

Overview#

get_as_procedure

Get the procedure interface.

min_time_step

Get Min time Step.

max_time_step

Get Max time Step.

cross_range_close_rate

Get Cross Range close rate.

initial_close_max_speed_advantage

Get Initial Close Max Speed Advantage.

stop_condition

Get Stop condition.

stop_time

Get stop time.

stop_down_range

Get stop downrange.

stop_fuel_state

Get stop fuel state.

stop_on_hover

Set Stop on hover mode.

Import detail#

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

Property detail#

property ProcedureFormationFlyer.min_time_step: float#

Get Min time Step.

property ProcedureFormationFlyer.max_time_step: float#

Get Max time Step.

property ProcedureFormationFlyer.cross_range_close_rate: float#

Get Cross Range close rate.

property ProcedureFormationFlyer.initial_close_max_speed_advantage: float#

Get Initial Close Max Speed Advantage.

property ProcedureFormationFlyer.stop_condition: FormationFlyerStopCondition#

Get Stop condition.

property ProcedureFormationFlyer.stop_time: float#

Get stop time.

property ProcedureFormationFlyer.stop_down_range: float#

Get stop downrange.

property ProcedureFormationFlyer.stop_fuel_state: float#

Get stop fuel state.

property ProcedureFormationFlyer.stop_on_hover: None#

Set Stop on hover mode.

Method detail#

ProcedureFormationFlyer.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure