Tooblippe / pandapower_gui

A Graphical User Interface for the open source pandapower load flow program. [ I was so inexperienced when I started this, but maybe we can try again]
BSD 3-Clause "New" or "Revised" License
38 stars 12 forks source link
analysis pandapower powerflow pyton short-circuit

pandapower Graphical User Interface

A Graphical User Interface for the open source pandapower load flow analysis program.

pandapower combines the data analysis library pandas and the power flow solver PYPOWER to create an easy to use network calculation program aimed at automation of analysis and optimization in power systems.

Installation

How to run

It is important for now to run using the python interpreter. The GUI embeds an IPython console/interpreter, so if you run using the IPython shell or from somewhere were the IPyton Qt Widget is already running an error will be produced. See this Multiple incompatible subclass instances of InProcessInteractiveShell

python pandapower_gui.py

running it with

ipython pandapower_gui.py

will generate an error as described above

What is working

Embedded IPython Interpreter

The embedded interpreter makes the system pretty usable. The current net variable is exported to the interpreter.

Screenshot

Developers needed