- analysisusingpythonbegin
Use at the beginning of the script to improve the performance of the OML-Python bridge commands and in conjunction with the analysisusingpythonend command.
- analysisusingpythonend
Must be used in conjunction with the analysisusingpythonbegin command at the end of the script.
- evalpythonfile
Evaluates a Python file.
- evalpythonfunction
Evaluates a Python function using its correspondent input arguments.
- evalpythonscript
Evaluates a Python script.
- exporttopython
Exports the OML variable value to the Python variable.
- getpythonvar
Imports the Python variable value to the OML variable.
- installpythonpackage
Install a Python package.
- suppresspythoncmdwindow
Use at the beginning of the script to improve the performance of the OML-Python bridge commands by suppressing the Python command window and Python variable browser. This command has no effect if the command window is already loaded.