Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?