VehicleGraphics2DAttributesRealtime#

class ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRealtime#

Bases: IVehicleGraphics2DAttributes

2D Graphics attributes for a vehicle based on real time data state.

Overview#

drop_out

Get the drop out, i.e. data that is outside the time out gap.

history

Get the historical data, consisting of all data points received from the time of the most current data point back to the last point within the look behind duration.

look_ahead

Get the look ahead data, calculated on the basis of the last received data point.

spline

Get the spline between the last point received and the new point.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesRealtime

Property detail#

property VehicleGraphics2DAttributesRealtime.drop_out: IVehicleGraphics2DAttributesBasic#

Get the drop out, i.e. data that is outside the time out gap.

property VehicleGraphics2DAttributesRealtime.history: IVehicleGraphics2DAttributesBasic#

Get the historical data, consisting of all data points received from the time of the most current data point back to the last point within the look behind duration.

property VehicleGraphics2DAttributesRealtime.look_ahead: IVehicleGraphics2DAttributesBasic#

Get the look ahead data, calculated on the basis of the last received data point.

property VehicleGraphics2DAttributesRealtime.spline: IVehicleGraphics2DAttributesBasic#

Get the spline between the last point received and the new point.