First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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?