TimeToolInstantStartStopTime#

class ansys.stk.core.analysis_workbench.TimeToolInstantStartStopTime#

Bases: ITimeToolInstant, IAnalysisWorkbenchComponent

Event is either start or stop time selected from a reference interval.

Overview#

use_start

Indicate whether to use start (true) or stop (false).

reference_interval

The reference interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolInstantStartStopTime

Property detail#

property TimeToolInstantStartStopTime.use_start: bool#

Indicate whether to use start (true) or stop (false).

property TimeToolInstantStartStopTime.reference_interval: ITimeToolTimeInterval#

The reference interval.