11-25-2022, 10:07 PM
Hey, I'm trying to add a Pause instruction to a program in the RDK GUI using Python.
for example, in python I can run the following line and an empty program will appear in the RDK GUI Tree
How can I use Python to add a Pause command to NewProg so that it appears under NewProg with the hour glass icon as if I had added the Pause using the RDK GUI?
for example, in python I can run the following line and an empty program will appear in the RDK GUI Tree
Code:
prog = RDK.AddProgram('NewProg')
How can I use Python to add a Pause command to NewProg so that it appears under NewProg with the hour glass icon as if I had added the Pause using the RDK GUI?