SpatialAnalysisToolConditionConditionAtLocation#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolConditionConditionAtLocation#

Bases: ISpatialAnalysisToolVolume, IAnalysisWorkbenchComponent

A volume from conditioninterface.

Overview#

condition

The condition component.

convergence

The Convergence definition, which uses time tolerance to determine when times of extrema are found.

custom_time_limits

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.

sampling

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…

use_custom_time_limits

Indicate whether to use specified custom time limits (see CustomTimeLimits).

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolConditionConditionAtLocation

Property detail#

property SpatialAnalysisToolConditionConditionAtLocation.condition: ICalculationToolCondition#

The condition component.

property SpatialAnalysisToolConditionConditionAtLocation.convergence: IAnalysisWorkbenchConvergence#

The Convergence definition, which uses time tolerance to determine when times of extrema are found.

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.use_custom_time_limits: bool#

Indicate whether to use specified custom time limits (see CustomTimeLimits).