First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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?
2 | No.2 Revision |
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?