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 threshold indicates whether to include conditions above the highest threhsold. |
|
The threshold indicates whether to include conditions below the lowest threhsolds. |
|
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. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolConditionSetScalarThresholds
Property detail#
- property CalculationToolConditionSetScalarThresholds.include_above_highest_threshold: bool#
The threshold indicates whether to include conditions above the highest threhsold.
- property CalculationToolConditionSetScalarThresholds.include_below_lowest_threshold: bool#
The threshold indicates whether to include conditions below the lowest threhsolds.
- property CalculationToolConditionSetScalarThresholds.scalar: ICalculationToolScalar#
The input scalar calculation.