0

Clear Progress & Delete Reports

I'm using PSS/E 33 and I'm trying to figure out if I can "Delete all reports" and "Clear" the "Progress" tab in the output bar using Python (was going to use this as part of a hammer/toolbar button).

I looked through the API documentation and didn't see this functionality, but it's possible I missed it.

anonymous user
asked 2023-12-21 09:19:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I believe pop-up window functionalities are not supported with API“s.

perolofl's avatar perolofl (2023-12-21 16:22:59 -0500) edit
add a comment see more comments

1 Answer

0

You can use the functions psspy.clearprogressoutput() or psspy.ioflush() to clear the progress tab. Maybe the chapter 16 of the API may help to "delete all reports".

jbarberia's avatar
38
jbarberia
answered 2023-12-25 16:15:21 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer