TimeToolInstantExtremum#
- class ansys.stk.core.analysis_workbench.TimeToolInstantExtremum#
Bases:
ITimeToolInstant
,IAnalysisWorkbenchComponent
Determine time of global minimum or maximum of specified scalar calculation. Determination is performed within interval list using Sampling and Convergence parameters.
Overview#
The extremum type of interest (either minimum or maximum) for scalar calculation. |
|
The scalar calculation. |
|
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. |
|
Indicate whether to use specified custom time limits (see CustomTimeLimits). |
|
Determine if computed time of extremum is saved/loaded, otherwise it is recomputed on load if necessary. |
|
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⦠|
|
A Convergence definition, which uses time tolerance to determine when time of extremum is found. |
Import detail#
from ansys.stk.core.analysis_workbench import TimeToolInstantExtremum
Property detail#
- property TimeToolInstantExtremum.extremum_type: ExtremumType#
The extremum type of interest (either minimum or maximum) for scalar calculation.
- property TimeToolInstantExtremum.calculation_scalar: ICalculationToolScalar#
The scalar calculation.
- property TimeToolInstantExtremum.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 TimeToolInstantExtremum.use_custom_time_limits: bool#
Indicate whether to use specified custom time limits (see CustomTimeLimits).
- property TimeToolInstantExtremum.save_data_option: SaveDataType#
Determine if computed time of extremum is saved/loaded, otherwise it is recomputed on load if necessary.
- property TimeToolInstantExtremum.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 TimeToolInstantExtremum.convergence: IAnalysisWorkbenchConvergence#
A Convergence definition, which uses time tolerance to determine when time of extremum is found.