TimeToolTimeIntervalFixedDuration#

class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalFixedDuration#

Bases: ITimeToolTimeInterval, IAnalysisWorkbenchComponent

Interval of fixed duration specified using start and stop offsets relative to specified reference time instant.

Overview#

reference_time_instant

The reference time instant.

start_offset

The start time offset value.

stop_offset

The stop time offset value.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalFixedDuration

Property detail#

property TimeToolTimeIntervalFixedDuration.reference_time_instant: ITimeToolInstant#

The reference time instant.

property TimeToolTimeIntervalFixedDuration.start_offset: float#

The start time offset value.

property TimeToolTimeIntervalFixedDuration.stop_offset: float#

The stop time offset value.