CalculationToolScalarFunctionOf2Variables#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarFunctionOf2Variables#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
Defined by performing a function(x,y) on two scalar arguments.
Overview#
The scalar argument X. |
|
The unit used to interpret numerical values of scalar argument X. |
|
The constant coefficient A. |
|
The scalar argument Y. |
|
The unit used to interpret numerical values of scalar argument Y. |
|
The constant coefficient B. |
|
The constant coefficient C. |
|
Specify whether the output dimension is inherited or explicitly specified using OutputDimension. |
|
The output dimension. Use any of STK supported dimensions. This value will be used if OutputDimensionInheritance is false. |
|
The available functions. A function(x,y) uses some combination of two scalar arguments x and y as well as one to three constant coefficients a, b, c. |
|
The selected function. |
|
The unit for the selected dimension. The unit is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarFunctionOf2Variables
Property detail#
- property CalculationToolScalarFunctionOf2Variables.x: ICalculationToolScalar#
The scalar argument X.
- property CalculationToolScalarFunctionOf2Variables.units_x: str#
The unit used to interpret numerical values of scalar argument X.
- property CalculationToolScalarFunctionOf2Variables.coefficient_a: float#
The constant coefficient A.
- property CalculationToolScalarFunctionOf2Variables.y: ICalculationToolScalar#
The scalar argument Y.
- property CalculationToolScalarFunctionOf2Variables.units_y: str#
The unit used to interpret numerical values of scalar argument Y.
- property CalculationToolScalarFunctionOf2Variables.coefficient_b: float#
The constant coefficient B.
- property CalculationToolScalarFunctionOf2Variables.coefficient_c: float#
The constant coefficient C.
- property CalculationToolScalarFunctionOf2Variables.output_dimension_inheritance: InheritDimensionType#
Specify whether the output dimension is inherited or explicitly specified using OutputDimension.
- property CalculationToolScalarFunctionOf2Variables.output_dimension: str#
The output dimension. Use any of STK supported dimensions. This value will be used if OutputDimensionInheritance is false.