-
For now the default behavior is, when using the pandapower backend, to creat new names when the powergrid is loaded instead of reusing the one in the description of the powergrid.
This should be ch…
-
Hi,
i am interested in State Estimation at pandapower and started with a minimal example (see below). The minimal net includes three measurements (one bus and two line measurements).
I integrat…
-
## Environment
- Grid2op version: `1.2.3`
- System: ` osx ...`
- Additional system information
## Bug description
## How to reproduce
### Command line
```logs
sudo pip install…
-
I created a pull request to fix this problem here: https://github.com/e2nIEE/pandapower/pull/765
-
Hello,
Sorry to bother with this small issue, but i notice a discrepency between the documentation of the `runpp` function (https://pandapower.readthedocs.io/en/v2.2.2/powerflow/ac.html#pandapower.…
-
To compare the short circuit study produced by another team using a commercial application, I modeled the power system with pandapower to conduct the short circuit study.
My pandapower short circui…
-
Hi,
I can't import pandapower. I was getting errors related to `collections.abc`. I managed to edit the files to get this sorted but now it is stuck in this:
```
File "/usr/local/lib/python2.7/di…
-
Th bus for plotting_toolbox.position_on_busbar() in collections.create_line_switch_collection() should be 'sb' not target_bus! Otherwise it's not working...
`
intersection = position_on_busbar(net…
-
Parameter description is confusing in seveal places in the documentation. For ex. lines results are described as below.
i_**from**_ka Current at **to** bus [kA]
i_**to**_ka Current at **from** …
-
I have a question related to time series simulation.
I am building controllers for loads, sgen and storage like this:
```
for n in range(0, len(pod_array)):
pod = pod_array[n:n+1].pop()
…