First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I need some help.
I used the following script. PSSE succeeded in exporting acc file in excel when contingencies were small numbers. However, PSSE failed in exporting acc file in excel when contingencies were large numbers.
pssexcel.accc(caseset+'.acc', string=['s','e','b','','v','','',''],colabel='',stype='', busmsm=0.5,rating='a', namesplit=True,xlsfile=caseset, sheet='', overwritesheet=True, show=False,ratecon='c', baseflowvio=True, basevoltvio=True,flowlimit=100, flowchange=0.0, voltchange=0.0)
PSSE exported excel file contains a lot of 0 voltages. How do I export without having 0 voltages?