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?
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?
You'll want to check out the psspy.runrspnsfile() command. This will allow you to run idevs via your Python script.
Works perfectly! Thank you.