TimeToolInterval#

class ansys.stk.core.analysis_workbench.TimeToolInterval#

Represents an interval.

Overview#

start

The interval’s start time.

stop

The interval’s stop time.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolInterval

Property detail#

property TimeToolInterval.start: Any#

The interval’s start time.

property TimeToolInterval.stop: Any#

The interval’s stop time.