-
Hi all!
I am a total beginner, therefore this question...
I am looking for the documents that show me the code for the calculation of lines, buses, tranformers,...
I would like to see how they have…
-
I installed simbench and pandapower with pip but couldn't pass the test when executing the simbench.test.run_all_tests()
The error info is as follows.
![image](https://user-images.githubuserconten…
-
Hello,
I'm the new to use pandapower. And I run following command, it failed. How to fix it? Thanks
`import` pandapower.test
`pandapower.test.run_all_tests()`
The terminal say:
.local/lib/…
-
Hi SimBenchers,
I tried running the [SimBench Tutorial simbench_grids_basics_and_usage.ipynb ](https://github.com/e2nIEE/simbench/blob/master/tutorials/simbench_grids_basics_and_usage.ipynb), but …
-
Dear All,
I am currently trying to use pandapower, to accomplish the state estimation of the 33 bus system using the network from pandapower.networks:
import pandapower.networks as pn
import …
-
Hi,
I want to convert PV bus to the PQ one for some networks such as IEEE14, IEEE24_rts, IEEE57, IEEE145, RTE2848, ... cases (by the attached short code: [PV2PQ.txt](https://github.com/e2nIEE/panda…
-
Using the develop branch of pandapower, I copied the code in opf_basic.ipynb in the tutorials folder. However, the example network fails to converge and so with other example networks I tested. It see…
-
Hey!
In pandapower, the line loading is defined in percent of the actual current of the maximum current `net.line.max_i_ka`.
This is why the standard call of the pypower OPF uses the matpower/pypo…
-
If lines are connected to buses which are out of service, runpp behaves as there is a open switch at the end of the line so that the unloaded line behaviour is considered. Due to the splitting of traf…
-
# Description
When a `pandapowerNet` is copied, the references in its controllers (`controller.net`) break (`controller.net` is `None`), causing timeseries-simulations (`run_timeseries`) to fail.
…