How to grab island buses from tree() command?
Is there a way to save the island buses from the tree() command into an array?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Is there a way to save the island buses from the tree() command into an array?
Try this:
islandbuses = [j for i in psspy.treedat(999)['island_busnum'] for j in i]
Asked: 2023-04-20 14:42:43 -0500
Seen: 188 times
Last updated: Apr 20 '23
If there are islands, can I get a list of the islanded buses using psspy?
PSSE to Python and run from inside of the PSSE
how do I disable the window showing the logs of the power flow solution in python?
Problems running large number of simulations using same raw and dyr file
pyinstaller to contain psspy and dyntools
How to change bus type in PSS/E?
ImportError: DLL load failed: %1 is not a valid Win32 application.