Execute the specified file as Python source code.
Within the Python code, use getvar to retrieve the value of an MWorks variable and setvar to set it, e.g.
getvar
setvar
x = getvar('x') setvar('x', x + 1)
action/run_python_file
Filesystem path to the Python source file