TimeToolTimeIntervalCollectionCondition#
- class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalCollectionCondition#
Bases:
ITimeToolTimeIntervalCollection
,IAnalysisWorkbenchComponent
Interval list containing intervals during which specified condition is satisfied. Determination is performed within interval list using Sampling and Convergence parameters.
Overview#
Get/set the condition set object. |
|
A Convergence definition, which uses time tolerance to determine when time of extremum is found. |
|
A custom interval list or a single interval. By default it is set to overall availability of host object. This determines time limits within which global minimum or maximum is sought. The time limits will be used if UseCustomTimeLimits is set to true. |
|
A Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples⦠|
|
Determine if computed time of extremum is saved/loaded, otherwise it is recomputed on load if necessary. |
|
Specify whether to use specified custom interval list (see CustomTimeLimits). |
Import detail#
from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalCollectionCondition
Property detail#
- property TimeToolTimeIntervalCollectionCondition.condition_set: ICalculationToolConditionSet#
Get/set the condition set object.
- property TimeToolTimeIntervalCollectionCondition.convergence: IAnalysisWorkbenchConvergence#
A Convergence definition, which uses time tolerance to determine when time of extremum is found.
- property TimeToolTimeIntervalCollectionCondition.custom_time_limits: ITimeToolTimeIntervalList#
A custom interval list or a single interval. By default it is set to overall availability of host object. This determines time limits within which global minimum or maximum is sought. The time limits will be used if UseCustomTimeLimits is set to true.
- property TimeToolTimeIntervalCollectionCondition.sampling: IAnalysisWorkbenchSampling#
A Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samplesβ¦
- property TimeToolTimeIntervalCollectionCondition.save_data_option: SaveDataType#
Determine if computed time of extremum is saved/loaded, otherwise it is recomputed on load if necessary.