CalculationToolScalarConstant#

class ansys.stk.core.analysis_workbench.CalculationToolScalarConstant#

Bases: ICalculationToolScalar, IAnalysisWorkbenchComponent

Constant scalar value of specified dimension.

Overview#

value

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

dimension

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

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolScalarConstant

Property detail#

property CalculationToolScalarConstant.value: float#

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

property CalculationToolScalarConstant.dimension: str#

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