-
The following net has an issue with the generator lookup:
```
net=pp.create_empty_network()
gen_bus=pp.create_bus(net,vn_kv=1., name='gen_bus')
slack_bus=pp.create_bus(net,vn_kv=1., name='slac…
-
Beispiel case39: Knoten Name 23 (index 22) setze ich out of service. Hinter diesem Konten liegt ein Konten (Beispiel: index 35) mit Generator (Index 5), der für runpp abgetrennt erscheinen müsst.
…
-
Is there a reason why pandapower does not allow multiple generators at the same bus? It is supported by pypower and in fact pandapower seems to work just fine with them.
For my tests I just removed…
-
Hi,
I'd like to propose changing the sgen default type to "motor". I've just spent a while trying to understand a weird behavior, until I realized what was going on (my generator didn't have the "m…
-
TypeError: a new-style class can't have only classic bases
Steps to Reproduce
C:\Windows\system32>ipy -X:Frames -m pip install --upgrade pip
Collecting pip
Using cached https://files.pythonh…
-
I evaluate voltage control concepts in distribution grids. For that, I use the Synthetic Voltage Control LV Networks which are included in "pandapower.networks". But I noticed that the range of the tr…
-
I am simulating a system with PV and Storage. The piece-wise linear cost function for PV had 2 points, while the piece-wise linear cost function for my storage had 4 points. When I attempted to run,…
-
In the plotting function `create_bus_collection` some part of the code does not make sense. It says that the height and width of patches are doubled in case of the "rect" patch type. This leads to the…
-
For a voltage control algorithm, I want to implement Static Synchronous Compensators (STATCOM), Unified-Power-Flow-Controller (UPFC) and capacitor banks in a pandapower network. My general question is…
-
Right now `to_json` doesn´t ensure right data types and sometimes it´s not possible to load the saved network with `from_json` again.
The following example will raise a **data type mismatch** error…