TimeToolTimeIntervalBetweenTimeInstants#

class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalBetweenTimeInstants#

Bases: ITimeToolTimeInterval, IAnalysisWorkbenchComponent

Interval between specified start and stop time instants. If start instant occurs after stop, then interval is undefined.

Overview#

start_time_instant

The start time instant of the interval.

stop_time_instant

The stop time instant of the interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalBetweenTimeInstants

Property detail#

property TimeToolTimeIntervalBetweenTimeInstants.start_time_instant: ITimeToolInstant#

The start time instant of the interval.

property TimeToolTimeIntervalBetweenTimeInstants.stop_time_instant: ITimeToolInstant#

The stop time instant of the interval.