getParameter is used to obtain the value for a defined parameter. It is most useful for input parameters, but it can also be used to obtain the current value of an output parameter.
value=getParameter(parameterName)
parameterName
String; name of the parameter for which to get the value of. The parameter must be defined for this unit operation.
value
Value of the parameter. The data type of the value corresponds to the type of the parameter.
-->value=getParameter("split factor")
value =
0.5
-->value=getParameter("operation type")
value =
Adiabatic