First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Dec 19 '17

lmcqueen gravatar image

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?

click to hide/show revision 2
No.2 Revision

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?