Ask Your Question
0

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

asked 2020-04-07 18:01:40 -0500

abacus1234 gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-04-08 01:30:30 -0500

perolofl gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2020-04-07 18:01:40 -0500

Seen: 421 times

Last updated: Apr 08 '20