![]() | 1 | initial version |
I had this (type 5) error crop up using
psspy.extr(0)
to extract sbs 0, where there were branches to deleted buses connected to in service buses they became type 5. An interim fix (as you can't actually do any operations with a type 5 bus in the case) is to use
psspy.extr(0,0,[0,0])