Ask Your Question

s159753's profile - activity

2022-10-22 12:05:58 -0500 received badge  Famous Question (source)
2022-09-18 04:10:21 -0500 received badge  Notable Question (source)
2022-09-15 03:36:28 -0500 received badge  Popular Question (source)
2022-09-14 09:48:01 -0500 asked a question 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)