TimeToolTimeIntervalScaled#
- class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalScaled#
Bases:
ITimeToolTimeInterval
,IAnalysisWorkbenchComponent
Interval defined by scaling original interval using either absolute or relative scale. If resulting intervalβs start becomes after its stop, the interval becomes undefined.
Overview#
The original interval. |
|
The absolute increment value which creates a interval by expanding (or shortening if negative) the original interval by shifting its start/stop times equally by half of specified increment value. |
|
The relative increment value from which absolute increment is obtained by multiplying relative value by interval duration⦠|
|
Specify whether to use absolute or relative increment. |
Import detail#
from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalScaled
Property detail#
- property TimeToolTimeIntervalScaled.original_interval: ITimeToolTimeInterval#
The original interval.
- property TimeToolTimeIntervalScaled.absolute_increment: float#
The absolute increment value which creates a interval by expanding (or shortening if negative) the original interval by shifting its start/stop times equally by half of specified increment value.