Example Transcript of Security Evaluation //All comments follow the "//" (double backslash) //This is a run through the SEEKS--PSAP--SEEKS procedure // Make sure that both "SEEKS.EXE" and "PSAP.EXE" are in the same directory //Open "SEEKS.EXE" follow the below transcript Please choose :(1) build the system from scratch: (2) load an existing system that is in standard format: 2 Please input the filename: demo2000.txt There are 5 buses, 6 branches, 3 generators, and 3 loads in your grid. 1. Open PSAP.EXE. 2. In PSAP.EXE: a) Read pf.txt. b) Solve. c) Write pf.txt 3. Go back into SEEKS.EXE, type anything to continue. // Open "PSAP.EXE" POWER SYSTEM ANALYSIS PROGRAM - PSAP ----- ------ -------- ------- ---- by James Cote VERSION 4.3--- December 23, 1988 PSAP >>> read pf.txt END OF INPUT FILE FOUND. ENTER LINE DATA : FROM,TO,ID,R,X,GF,BF,GT,BT,STATUS,RATING ENTER DC LINE DATA : FROM,TO,MODE,ORDER,VDC,R,ALPHA,MIN,MAX,LOW,GAMMA,MIN,MARGIN, BRIDGES,MVA,TURNS RATIO,REACTANCE,DCTAP,ACTAP,TAPHI,TAPLO,TSTEP (RECT) BRIDGES,MVA,TURNS RATIO,REACTANCE,DCTAP,ACTAP,TAPHI,TAPLO,TSTEP (INVT) ENTER TRANSFORMER DATA : FROM, TO, ID, R, X, FRMVLT, TOVLT, STATUS, RATING SYSTEM SUMMARY : 5 BUSSES 3 GENERATORS 6 AC LINES 0 DC LINES 0 TRANSFORMERS PSAP >>> solve NUMBER OF YBUS TERMS = 10 ITER DELTA P(BUS#) DELTA ANG(BUS#) DELTA Q(BUS#) DELTA V(BUS#) ------------------------------------------------------------------------ 1 2.7500( 3) .17099( 4) 1.7199( 2) .06747( 4) 2 .2664( 3) .01314( 4) .0446( 3) .00375( 4) 3 .0320( 2) .00095( 4) .0033( 3) .00027( 3) 4 .0032( 2) .00007( 4) .0003( 3) .00002( 3) 5 .0003( 2) .00001( 4) .0000( 2) .00000( 3) SOLUTION REACHED IN 5 ITERATIONS. PSAP >>> write pf.txt DELETE EXISTING FILE ? y FINISHED WRITING PF.TXT //Go back to SEEKS.EXE c Branch flows (from node1 to node2 at node1): 1-2-1 4.20018 1.53038 2-3-1 1.55121 0.354534 2-3-2 1.55121 0.354534 2-4-1 1.09785 0.22164 3-4-1 0.352266 0.0218352 4-5-1 0.0499618 0.221754 c Radials branches/buses: 121 1 451 5 Loop branches/buses: c Here are the branch weights: 1-2-1 4 2-3-1 0 2-3-2 0 2-4-1 0 3-4-1 0 4-5-1 -2 c //After hitting "enter" here, the "SEEKS.EXE" window disappears