ProcedureFormationFlyer#
- class ansys.stk.core.stkobjects.aviator.ProcedureFormationFlyer#
Bases:
IProcedure
Class defining an formationflyer procedure.
Overview#
Get the procedure interface. |
Get Min time Step. |
|
Get Max time Step. |
|
Get Cross Range close rate. |
|
Get Initial Close Max Speed Advantage. |
|
Get Stop condition. |
|
Get stop time. |
|
Get stop downrange. |
|
Get stop fuel state. |
|
Set Stop on hover mode. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureFormationFlyer
Property detail#
- property ProcedureFormationFlyer.initial_close_max_speed_advantage: float#
Get Initial Close Max Speed Advantage.
- property ProcedureFormationFlyer.stop_condition: FormationFlyerStopCondition#
Get Stop condition.
Method detail#
- ProcedureFormationFlyer.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure