0

ACCC Analysis in PSSE

Hi!

I'm trying to build a python script able to retrieve the ACCC analysis from PSSE directly instead of from a ".acc" file. Does anyone know a function that retrieves that data directly from PSSE, instead of from a file?

Thank you!

Oihane's avatar
1
Oihane
asked 2020-10-28 03:12:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

I don't believe it is possible. Results of the ACCC function is stored on .acc file. You will have to use pssarrays module to retrieve the results from .acc file.

ddhungana's avatar
11
ddhungana
answered 2020-11-02 08:14:24 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

It is not possible. Why don't you use module pssarrays instead?

perolofl's avatar
3.8k
perolofl
answered 2020-10-29 03:24:04 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer