-
@xiaolu1990 has been working on integrating single phase short-circuit (ground fault) calculation into the pandapower short-circuit module. They require a zero sequence model for calculation according…
-
Hello, i noticed a huge performance decrease in copying pandapower grid.
This performance issue arises when copying the powergrid (operator deep copy).
With the following script:
```
import pand…
-
The link on the bottom of this tutorial is broken.
https://github.com/e2nIEE/pandapower/blob/master/tutorials/minimal_example.ipynb
@lthurner
-
e.g. net._pd2ppc_lookups['branch']
import copy
import pandapower.networks as pn
import pandapower as pp
net = pn.case9()
pp.runpp(net)
net2 = copy.deepcopy(net)
print(net._pd2ppc_lookups.…
-
Hi,
I'm actually trying to use standard network defined in pandapower library IEEE30 tom make time series data simulations:
net = pandapower.networks.case_ieee30()
In this network, the following…
-
In pandapower 2.2.0 are some issues we need to fix asap. These include:
- https://github.com/e2nIEE/pandapower/issues/625 todo @rbolgaryn ?
- https://github.com/e2nIEE/pandapower/issues/620 fixed …
-
Hi,
I'm actually trying to use standard network defined in pandapower library IEEE30 to make time series data simulations:
net = pandapower.networks.case_ieee30()
In this network, the following …
-
Hi,
I encountered a problem when resetting the environment. Sometimes, the power flow diverged during the env.rest() as below. I am not sure what I have done wrong.
''self.reset_grid()
File "/h…
-
I played with “case5_example” environment, and I found a strange situation.
Initially, all loads, generators, and powerlines are connected to bus1. If I change bus of a load, which means change bus c…
-
The following result parameters seem to be missing in [the documentation](https://pandapower.readthedocs.io/en/v2.2.1/elements/line.html#result-parameters):
- vm_from_pu
- va_from_degree
- vm_…