S
sando
Guest
I have this program
deInstallApp(getCurrentWindow() "analogArtist-Schematic")
sevNetlistAndRun( sevSession( hiGetCurrentWindow() ) )
hiFormDone(_spectreWelcomeForm)
;; i need to wait here for the previous process to complete
hiSaveAsViewfile()
hiSaveAsViewfileForm->file->value = "abc"
hiFormDone(hiSaveAsViewfileForm)
println("bye bye world")
please suggest me a way to make the execution to a pause after the
third line.
otherwise its not working, as required.
10x
deInstallApp(getCurrentWindow() "analogArtist-Schematic")
sevNetlistAndRun( sevSession( hiGetCurrentWindow() ) )
hiFormDone(_spectreWelcomeForm)
;; i need to wait here for the previous process to complete
hiSaveAsViewfile()
hiSaveAsViewfileForm->file->value = "abc"
hiFormDone(hiSaveAsViewfileForm)
println("bye bye world")
please suggest me a way to make the execution to a pause after the
third line.
otherwise its not working, as required.
10x