VehicleDuration#

class ansys.stk.core.stkobjects.VehicleDuration#

Look ahead and look behind duration options.

Overview#

look_ahead

Look ahead duration: STK calculates attitude at a future point in time defined by adding the look ahead duration to the time of the most current data point. Uses Time Dimension. Valid value is between 1.0 and 1000000.0 seconds.

look_behind

Look behind duration: specifies how long the temporary data points are to be stored by subtracting the look behind duration from the time of the most current data point. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleDuration

Property detail#

property VehicleDuration.look_ahead: float#

Look ahead duration: STK calculates attitude at a future point in time defined by adding the look ahead duration to the time of the most current data point. Uses Time Dimension. Valid value is between 1.0 and 1000000.0 seconds.

property VehicleDuration.look_behind: float#

Look behind duration: specifies how long the temporary data points are to be stored by subtracting the look behind duration from the time of the most current data point. Uses Time Dimension.