CalculationToolScalarDataElement#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarDataElement#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
Any time-dependent data element from STK data providers available for parent STK object.
Overview#
Set the data provider and the element name. |
|
Set the data provider name, the element name, and data provider type name. |
The name of the data provider. |
|
The name of the data element within the data provider. |
|
A group name the data element is a part of. If the element is not a part of a group, the property will return an empty string. |
|
Specify whether to use Lagrange or Hermite interpolation. See STK help on interpolation. |
|
Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples. |
|
If set to true, selected data provider is presampled over its entire availability span using sampling method specified in Advanced options⦠|
|
Determine if computed samples are saved/loaded, otherwise if using samples they are recomputed on load. |
|
Set the value to display in a report or graph when the actual value is not a valid real number. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarDataElement
Property detail#
- property CalculationToolScalarDataElement.element_name: str#
The name of the data element within the data provider.
- property CalculationToolScalarDataElement.group: str#
A group name the data element is a part of. If the element is not a part of a group, the property will return an empty string.
- property CalculationToolScalarDataElement.interpolation: IAnalysisWorkbenchInterpolator#
Specify whether to use Lagrange or Hermite interpolation. See STK help on interpolation.
- property CalculationToolScalarDataElement.sampling: IAnalysisWorkbenchSampling#
Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples.
- property CalculationToolScalarDataElement.use_samples: bool#
If set to true, selected data provider is presampled over its entire availability span using sampling method specified in Advanced optionsβ¦
- property CalculationToolScalarDataElement.save_data_option: SaveDataType#
Determine if computed samples are saved/loaded, otherwise if using samples they are recomputed on load.