CalculationToolScalarFile#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarFile#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
Tabulated scalar calculation data loaded from specified file - a file with .csc extension.
Overview#
Reload the file specified with Filename property. |
|
Compute the interval time span of the file. |
The path to an ASCII file with .csc extension. |
|
The interpolation method used with the data. |
|
The interpolation order used with the interpolation method to interrogate the data. |
|
Flag indicating whether the interpolation method and order settings specified within the file, if any, will be honored. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarFile
Property detail#
- property CalculationToolScalarFile.file_interpolation_type: FileInterpolatorType#
The interpolation method used with the data.
Method detail#
- CalculationToolScalarFile.reload(self) None #
Reload the file specified with Filename property.
- Returns:
- CalculationToolScalarFile.get_file_span(self) TimeToolTimeIntervalResult #
Compute the interval time span of the file.
- Returns:
TimeToolTimeIntervalResult