How do I delete a bus from a working case?
In a previous question I learnt how to add a bus to a working case (psspy.bus_data_2(...)
), now I would like to know how to completely remove a bus from a working case?
In a previous question I learnt how to add a bus to a working case (psspy.bus_data_2(...)
), now I would like to know how to completely remove a bus from a working case?
I found that psspy.extr(sid,all,status)
will remove all buses and connected branches for the sid
provided (or all buses if all=1
).
Sounds like a fun way to spend an afternoon.
@Daniel Hillier why would you want to eliminate some bus data after have spent considerable time and effort in building up its connectivity?
Not much use at the moment. Just thought it may be useful to know if I was transitioning old cases.