CalculationToolConditionSetScalarThresholds#
- class ansys.stk.core.analysis_workbench.CalculationToolConditionSetScalarThresholds#
Bases:
ICalculationToolConditionSet
,IAnalysisWorkbenchComponent
Condition set based on single scalar calculation compared to set of threshold values.
Overview#
Set thresholds and threshold labels. |
The input scalar calculation. |
|
The input threshold values, flags indicating whether to include conditions above the highest and below the lowest threhsolds, and corresponding labels. |
|
The input threshold values, flags indicating whether to include conditions above the highest and below the lowest threhsolds, and corresponding labels. |
|
The threshold indicates whether to include conditions above the highest threhsold. |
|
The threshold indicates whether to include conditions below the lowest threhsolds. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolConditionSetScalarThresholds
Property detail#
- property CalculationToolConditionSetScalarThresholds.scalar: ICalculationToolScalar#
The input scalar calculation.
- property CalculationToolConditionSetScalarThresholds.thresholds: list#
The input threshold values, flags indicating whether to include conditions above the highest and below the lowest threhsolds, and corresponding labels.
- property CalculationToolConditionSetScalarThresholds.threshold_labels: list#
The input threshold values, flags indicating whether to include conditions above the highest and below the lowest threhsolds, and corresponding labels.