1

Executing PSSE idv script using Python

I have a list of PSSE python and idv scripts and I can easily execute python scripts and add them to my PSSE case using python. Is there a way to execute psse idv scripts using python?

Rob's avatar
13
Rob
asked 2013-09-10 00:46:51 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

You'll want to check out the psspy.runrspnsfile() command. This will allow you to run idevs via your Python script.

nyga0082's avatar
106
nyga0082
answered 2013-09-10 11:05:18 -0500, updated 2013-09-10 11:05:59 -0500
edit flag offensive 0 remove flag delete link

Comments

Works perfectly! Thank you.

Rob's avatar Rob (2013-09-11 19:05:04 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer