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: 481 times
Last updated: Apr 20 '23
If there are islands, can I get a list of the islanded buses using psspy?
psspy module not found in PSS/E 34
What is the correct way to finish a simulation
How to set a custom value of the .sav file using psspy
Where can i find the different functions that I can use to export data from PSSE to excel?
AttributeError: module 'openpyxl' has no attribute 'load_workbook' [closed]
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.