CalculationToolEvaluateWithRateResult#

class ansys.stk.core.analysis_workbench.CalculationToolEvaluateWithRateResult#

Represents the results of evaluating a scalar component.

Overview#

is_valid

Indicate whether the result object is valid.

value

Computed scalar value.

rate

A rate of change of the computed scalar value.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolEvaluateWithRateResult

Property detail#

property CalculationToolEvaluateWithRateResult.is_valid: bool#

Indicate whether the result object is valid.

property CalculationToolEvaluateWithRateResult.value: float#

Computed scalar value.

property CalculationToolEvaluateWithRateResult.rate: float#

A rate of change of the computed scalar value.