First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi there,
Once you already have a .acc
file exporting to Excel is pretty simple.
import pssexcel
pssexcel.accc('secret-accc-study.acc',
's', # export a summary
xlsfile='secret-accc-study.xls') # export to this file
There are lots of different options to experiment with. There is a full list under accc
in Section 9.2.1 of the PSSE API documents.
If you get any errors, you can post them here too