e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
841 stars 478 forks source link

Changing the max_iteration of the powerflow analysis #2272

Closed Naveysaurey closed 5 months ago

Naveysaurey commented 5 months ago

Feature Checklist

Issue

Hi,
I am trying to run a powerflow analysis using Newton Raphson method. The data comes from a PSSE file and it converges in PSSE software though it takes longer, we assume that it needs more iterations. I'm trying to increase the maximum iteration in PandaPower but it seems to only do it for 10 and not more I tried the following

pp.run.runpp(net, max_iteration = 50) and pp.runpp(net, max_iteration = 50)

Does anyone knows why is this the case?

Many thanks

Label