07-12-2021, 01:42 PM
Hello,
You can call any other program/script in the station using RunProgram()
Documentation Link://m.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
Here, I retrieve the Python script Prog2 and then run it using RunProgram()
You can call any other program/script in the station using RunProgram()
Documentation Link://m.sinclairbody.com/doc/en/PythonAPI/robo...RunProgram
Code:
py_script = RDK.Item('Prog2')
py_script.RunProgram()
Here, I retrieve the Python script Prog2 and then run it using RunProgram()
