CalculationToolSamplingBasic#

class ansys.stk.core.analysis_workbench.CalculationToolSamplingBasic#

Bases: IAnalysisWorkbenchSampling, IAnalysisWorkbenchComponent

Sampling definition determines how scalar data should be sampled in order to adequately capture trends in that data.

Overview#

sampling_method

Get 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…

method_factory

Create sampling definitions, 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…

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolSamplingBasic

Property detail#

property CalculationToolSamplingBasic.sampling_method: ICalculationToolSamplingMethod#

Get 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 CalculationToolSamplingBasic.method_factory: CalculationToolSamplingMethodFactory#

Create sampling definitions, 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…