Topic: Python Script wait statement
I am writing a script that I want the script to "pause" for 1 second and then proceed. I have seen some use of event.wait(x) but was unclear if this relied on the time module or not because i have not had success in implementing the event.wait() statement due to a runtime error even though syntax is correct. I have tried loading the time module and useing time.sleep(1). This has some very adverse affects on the Nion, notablly the meters stopped responding and I believe that the controls stopped responding as well, however audio continued to pass.