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 -0600
Seen: 196 times
Last updated: Apr 20 '23
If there are islands, can I get a list of the islanded buses using psspy?
Help update data in PSSE by Python 2.7 get data from excel file.
A way to read PSSE sld information into python
Python syntax to extract breaker status
Is there anyway to create .con and .mon files with PSSPY?
How to set a custom value of the .sav file using psspy
To get the max value in row with excelpy