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
我如何使用Python来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')
我如何使用Python来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?