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,
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,
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])