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

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 Apr 8 '0

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?

1 answer

Sort by » oldest newest most voted
0

answered Apr 8 '0

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.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Apr 8 '0

Seen: 1,123 times

Last updated: Apr 08 '20