Join Us Now!
from robolink import * RDK = Robolink() RDK.AddFile("path-to-python-file.py")
(05-27-2022, 09:11 PM)Albert Wrote: Yes, you can add a Python program to the tree using the RoboDK API. This is an example using Python: Code:from robolink import * RDK = Robolink() RDK.AddFile("path-to-python-file.py")