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: 442 times
Last updated: Apr 20 '23
If there are islands, can I get a list of the islanded buses using psspy?
I don't have psspy, in my files of PSS/E. Can anyone send it to me?
PSS/E Rev 33 - psspy.py UnicodeWarning
Running a separate .py file from python script
PSSE to Python and run from inside of the PSSE
To get the max value in row with excelpy
Apply asymmetrical fault at a particular phase
'charmap' codec can't decode byte 0x8f in position 2: character maps to <undefined>
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.