0

how to close progress_output file without closing pss/e

Hi,

I apply the progress_output API to direct the output to a file. Is there a way to close the file and remove the file without closing the PSS/e?

Thanks,

anonymous user
asked 2014-12-31 16:30:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

To close the file, just call the same API but with 'reset' parameters. The progress output will be directed back to the screen:

psspy.progress_output(1,"",[0,0])
jconto's avatar
2.9k
jconto
answered 2015-01-01 21:47:39 -0500, updated 2015-01-01 21:48:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer