AccessConstraintTimeSlipRange#

class ansys.stk.core.stkobjects.AccessConstraintTimeSlipRange#

Bases: IAccessConstraint

Class for controlling the use the Time Slip constraint for a missile or launch vehicle, used with the Close Approach Tool.

Overview#

launch_window_start

Launch Window Start time. Uses DateFormat Dimension.

launch_window_end

Launch Window End time. Uses DateFormat Dimension.

range

Range of the launch window. When available, uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintTimeSlipRange

Property detail#

property AccessConstraintTimeSlipRange.launch_window_start: Any#

Launch Window Start time. Uses DateFormat Dimension.

property AccessConstraintTimeSlipRange.launch_window_end: Any#

Launch Window End time. Uses DateFormat Dimension.

property AccessConstraintTimeSlipRange.range: float#

Range of the launch window. When available, uses Distance Dimension.