First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use API psspy.abrnint
. For example:
ierr, [ibl,jbl] = psspy.abrnint(-1, flag=4, string=['FROMNUMBER','TONUMBER'])
will return all from bus numbers in list ibl
and all to bus numbers in list jbl
for all branches and two-winding transformers.