0

Question about retrieving ACC results using python

Hi,

I was trying to write a code in python to get the following information from acc file: [Monitored Element,Contingency Name, Rating, Flow, Percent], [Monitored Bus,Contingency Name,VINIT,VCONT,Percent].

pssarrays.accc_solution().mvaflow/ampflow only gives a list of MVA flows/Ampere Flows and is not able to tell which flow is associated with a monitored element due to a given contingency.

Can anyone share/suggest insights on this matter?

lmcqueen's avatar
76
lmcqueen
asked 2017-12-19 06:51:42 -0500, updated 2017-12-19 07:13:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

In your PTI\PSSE33\EXAMPLE folder, check out the accc_reports.py program. Check out their use of psarrays.accc_summary where they iterate through the element labels that correspond with the accc_solution function.

nwilson's avatar
100
nwilson
answered 2017-12-26 09:50:35 -0500, updated 2017-12-26 09:57:10 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer