Ask Your Question
0

Question about retrieving ACC results using python

asked Dec 19 '17

lmcqueen gravatar image

updated Dec 19 '17

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?

1 answer

Sort by » oldest newest most voted
0

answered Dec 26 '17

nwilson gravatar image

updated Dec 26 '17

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.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

2 followers

Stats

Asked: Dec 19 '17

Seen: 761 times

Last updated: Dec 26 '17