0

When running a loadflow, from the API can I find out how many iterations it took to converge the loadflow?

I use the following to do PSSe loadflow using python API:

psspy.fnsl([1,0,0,0,0,0,0,0])

I checked the API if i could get any information on how many iterations it took or if it converged at all. But there is no mention on the API if this is possible or not.

Does anyone know how I could get this info from the API?

abacus1234's avatar
1
abacus1234
asked 2020-04-07 18:01:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The solution can be checked with the following APIs:

iterat: returns the number of iterations.

solved: returns the result of the last solution. E.g. solved, blown up, iteration limit, etc.

sysmsm: returns the total system MVA mismatch.

perolofl's avatar
3.8k
perolofl
answered 2020-04-08 01:30:30 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer