Hi, I want to get program item in robodk tree and run it in python program. so, i used the command:
The errors appeared:"Invalid item provided: The item identifier provided is not valid or it does not exist."
Code:
pro_name = "my program"
program = RDK.Item("pro_name")
program.Runprogram()