rwl / PYPOWER

Port of MATPOWER to Python
http://rwl.github.io/PYPOWER/api/
Other
329 stars 110 forks source link

Added a GUI and some fixes for runpf.py #12

Closed susantoj closed 9 years ago

susantoj commented 9 years ago

Hi, I added a basic GUI for editing, loading and saving case files. It also has some integration with the Newton power flow function. Have also fixed the ENFORCE_Q_LIMS code in runpf.py, which was throwing up a few errors when generators did start hitting reactive power limits.

Regards, Julius

rwl commented 9 years ago

Nice job Julius. Good effort.

However, I don't think we want to add Qt as a dependency to the core pypower library. I think the GUI is better maintained as a separate project. That way pypower can be used as a library or from the command-line and in the future if other GUIs are developed (using wx, tk, polymer etc) there will not be any conflict.

Perhaps you can separate out your changes to runpf into another PR.