First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use activity SUBS which you find under Power Flow | Reports | Bus based reports...
Example in python for area 2 and 5:
psspy.bsys(0,0,[ 13.8, 500.],2,[2,5],0,[],0,[],0,[])
psspy.subs(0,0)
For the whole system:
psspy.subs(0,1)