ProcedureVGTPoint#
- class ansys.stk.core.stkobjects.aviator.ProcedureVGTPoint#
Bases:
IProcedure
Class defining a VGT Point procedure.
Overview#
Get the procedure interface. |
Get the minimum time at which formation might be possible. |
|
Get or set the time at which the formation begins. |
|
Get the maximum time at which formation might be possible. |
|
Get or set the position that the aircraft will be locked onto while in formation. |
|
Get or set the option to use interpolation to determine the formation pointβs speed and position. |
|
Get or set the duration of the procedure. |
|
Opt to limit the duration to the maximum possible time if the duration exceeds the time limit. |
|
Get or set the source used to calculate the fuel flow for the maneuver. |
|
Get or set the value used for the Override Fuel Flow type. The fuel flow type must be set to Override to access this value. |
|
Get or set the option to calculate the fuel flow rate according to the acceleration of the aircraft. |
|
Get or set the type of performance model that the aircraft will use to fly the maneuver. |
|
Get or set the time interval at which ephemeris is generated for display purposes. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureVGTPoint
Property detail#
- property ProcedureVGTPoint.minimum_time: Any#
Get the minimum time at which formation might be possible.
- property ProcedureVGTPoint.maximum_time: Any#
Get the maximum time at which formation might be possible.
- property ProcedureVGTPoint.formation_point: str#
Get or set the position that the aircraft will be locked onto while in formation.
- property ProcedureVGTPoint.interpolate_point_position_velocity: bool#
Get or set the option to use interpolation to determine the formation pointβs speed and position.
- property ProcedureVGTPoint.use_max_point_stop_time: bool#
Opt to limit the duration to the maximum possible time if the duration exceeds the time limit.
- property ProcedureVGTPoint.fuel_flow_type: FuelFlowType#
Get or set the source used to calculate the fuel flow for the maneuver.
- property ProcedureVGTPoint.override_fuel_flow_value: float#
Get or set the value used for the Override Fuel Flow type. The fuel flow type must be set to Override to access this value.
- property ProcedureVGTPoint.consider_acceleration_for_fuel_flow: bool#
Get or set the option to calculate the fuel flow rate according to the acceleration of the aircraft.
- property ProcedureVGTPoint.flight_mode: PhaseOfFlight#
Get or set the type of performance model that the aircraft will use to fly the maneuver.
Method detail#
- ProcedureVGTPoint.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure