SpatialAnalysisToolConditionConditionAtLocation#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolConditionConditionAtLocation#
Bases:
ISpatialAnalysisToolVolume
,IAnalysisWorkbenchComponent
A volume from conditioninterface.
Overview#
The condition component. |
|
Indicate whether to use specified custom time limits (see CustomTimeLimits). |
|
A custom interval list or a single interval. It is by default set to overall availability of host object. This determines time limits within extrema are sought. The time limits will be used if UseCustomTimeLimits is set to true. |
|
The 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⦠|
|
The Convergence definition, which uses time tolerance to determine when times of extrema are found. |
Import detail#
from ansys.stk.core.analysis_workbench import SpatialAnalysisToolConditionConditionAtLocation
Property detail#
- property SpatialAnalysisToolConditionConditionAtLocation.condition: ICalculationToolCondition#
The condition component.
- property SpatialAnalysisToolConditionConditionAtLocation.use_custom_time_limits: bool#
Indicate whether to use specified custom time limits (see CustomTimeLimits).
- property SpatialAnalysisToolConditionConditionAtLocation.custom_time_limits: ITimeToolTimeIntervalList#
A custom interval list or a single interval. It is by default set to overall availability of host object. This determines time limits within extrema are sought. The time limits will be used if UseCustomTimeLimits is set to true.
- property SpatialAnalysisToolConditionConditionAtLocation.sampling: IAnalysisWorkbenchSampling#
The 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 SpatialAnalysisToolConditionConditionAtLocation.convergence: IAnalysisWorkbenchConvergence#
The Convergence definition, which uses time tolerance to determine when times of extrema are found.