CalculationToolScalarConstant#

class ansys.stk.core.analysis_workbench.CalculationToolScalarConstant#

Bases: ICalculationToolScalar, IAnalysisWorkbenchComponent

Constant scalar value of specified dimension.

Overview#

dimension

The dimension of the constant value, this can be any of the STK supported dimensions.

value

A value which can be in any STK supported unit available for selected dimension.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolScalarConstant

Property detail#

property CalculationToolScalarConstant.dimension: str#

The dimension of the constant value, this can be any of the STK supported dimensions.

property CalculationToolScalarConstant.value: float#

A value which can be in any STK supported unit available for selected dimension.