TimeToolTimeIntervalFixed#

class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalFixed#

Bases: ITimeToolTimeInterval, IAnalysisWorkbenchComponent

Interval defined between two explicitly specified start and stop times. Stop date/time is required to be at or after start.

Overview#

set_interval

Set interval’s start and stop times.

start_time

The start time of the interval.

stop_time

The stop time of the interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalFixed

Property detail#

property TimeToolTimeIntervalFixed.start_time: Any#

The start time of the interval.

property TimeToolTimeIntervalFixed.stop_time: Any#

The stop time of the interval.

Method detail#

TimeToolTimeIntervalFixed.set_interval(self, start_epoch: Any, stop_epoch: Any) None#

Set interval’s start and stop times.

Parameters:

start_epoch : Any

stop_epoch : Any

Returns:

None