CalculationToolEvaluateResult#

class ansys.stk.core.analysis_workbench.CalculationToolEvaluateResult#

Represents the results of evaluating a scalar component.

Overview#

is_valid

Indicate whether the result object is valid.

value

The scalar value.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolEvaluateResult

Property detail#

property CalculationToolEvaluateResult.is_valid: bool#

Indicate whether the result object is valid.

property CalculationToolEvaluateResult.value: float#

The scalar value.