ProcedureVGTPoint#

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

Bases: IProcedure

Class defining a VGT Point procedure.

Overview#

get_as_procedure

Get the procedure interface.

minimum_time

Get the minimum time at which formation might be possible.

start_time

Get or set the time at which the formation begins.

maximum_time

Get the maximum time at which formation might be possible.

formation_point

Get or set the position that the aircraft will be locked onto while in formation.

interpolate_point_position_velocity

Get or set the option to use interpolation to determine the formation point’s speed and position.

duration

Get or set the duration of the procedure.

use_max_point_stop_time

Opt to limit the duration to the maximum possible time if the duration exceeds the time limit.

fuel_flow_type

Get or set the source used to calculate the fuel flow for the maneuver.

override_fuel_flow_value

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.

consider_acceleration_for_fuel_flow

Get or set the option to calculate the fuel flow rate according to the acceleration of the aircraft.

flight_mode

Get or set the type of performance model that the aircraft will use to fly the maneuver.

display_step_time

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.start_time: Any#

Get or set the time at which the formation begins.

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.duration: float#

Get or set the duration of the procedure.

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.

property ProcedureVGTPoint.display_step_time: float#

Get or set the time interval at which ephemeris is generated for display purposes.

Method detail#

ProcedureVGTPoint.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure