CalculationToolScalarCustomInlineScript#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarCustomInlineScript#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
A calc scalar based on using an inline scripted algorithm in MATLAB, Perl, VBScript or JScript to define its value and rate.
Overview#
Return the list of arguments. |
|
Set the list of arguments. |
Script type allowed {JScript | Matlab | VBScript}. |
|
The Value function to be evaluated. |
|
The Derivative function to be evaluated. |
|
Dimension name. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarCustomInlineScript
Property detail#
- property CalculationToolScalarCustomInlineScript.script_type: str#
Script type allowed {JScript | Matlab | VBScript}.
- property CalculationToolScalarCustomInlineScript.value_function: str#
The Value function to be evaluated.