Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ACCC to Excel Not Showing Voltages For Contingencies

Hello,

I'm trying to use pssexcel.accc function to export ACCC results to excel file. But in excel, it didn't give me voltages for contingencies, only show voltages from base case. I can't figure out where the problem is. In PSSe output window, everything is showing there correctly. Please help!!

Here's the code

psspy.acccsinglerunreport4([0,3,3,1,2,1,1,0,0,0,1,1],[0,0,0,0,0],[ 1, 6, 100.0,0.0,0.0,0.0, 99999.],BaseCase+'_'+TapSetting+'.acc')

pssexcel.accc(BaseCase+''+TapSetting+'.acc',['e','b','v'],colabel= '', stype='contingency', busmsm=0.5, sysmsm=7.0,rating='a',namesplit= True, xlsfile='Contingency230_BeforeTap.xls',overwritesheet=True, show=True)