The intern script represents a script to compute the relationship between inputs and outputs based on the .NET programming language as Visual Basic or C#. Double-click on its symbol on the workflow editor to open the property window:
Name
It is the name of the intern script. This name may be defined basically once time for the entire experiment.
Comment
The comment for the intern script.
Script-Language
It is the programming language based on the NET. Framework technology to execute this intern script. Either "Visual Basic .Net" or "C# .Net" can be selected. The selected language is valid for the all nodes of experiment.
Process
User can specify the execution of the intern script "Serial" or "Parallel". The number of parallel processes by the option "Parallel" depends on the choose method for optimization or design of experiment.
Show Error
User can specify if any error by executing the script will be displayed or not
Input
The input links as nominal and stochastic parameters, transfer or output variables of the experiment have to be selected here for the intern script.
Output
The output links as output variables of the experiment can be selected here for the intern script.
Script Editor
User can define the relationship between the selected inputs and outputs based on the .NET programming language as Visual Basic or C#. All selected input and output names are pre-defined for 0D and 1D-variables (e.g. if the output F is selectd, than F for 0D and F_Array for 1D are predefined) in the script and can be used. The input links will be assigned by values of the corresponding elements of the experiment. The output links have to be calculated in the script editor. Available mathematical expressions and syntaxes for the script can be obtained from the .NET programming language description Visual Basic ort C#.