-
Hi,
Thank you very much for this great library!
However, I have a question regarding the creation of Line objects in Pandapower. Line elements must be created by specifying the _length_ of the l…
-
XWard elements create dummy buses for the load flow, that are cleaned up afterwards.
However, if the load flow does not converge, those buses end up staying in the net and don't get
remo…
-
Trying to plot a network with pandapower.plotting.simple_plot I get a deprication warning. See the message at file for details.
[DepricationWarning.txt](https://github.com/lthurner/pandapower/files/1…
hajef updated
6 years ago
-
Working with the OPF I discovered, that piecewise linear cost functions do not work for loads (does not converge for cost functions with 2 segments or more) and also not for reactive power (Wrong resu…
-
Hi!
I use Jupyter notebooks.
The code below is from the website and it is supposed to plot the MV network. But when I run the code below the network that is plotted is not the same as the one that I…
-
the tap changer model should be enhanced to include a phase shift per tap to model phase shift transformers
-
when e.g. simple_plotly is used to plot a newtork which does not contain any transformers (or any lines) it raises an error (create_trafo_trace returns None instead of empty list).
-
We could make additional create functions for loads, sgens, shunts etc to allow different input parameters:
create_load_from_coshphi(s, cosphi)
that would then write the correct p and q values i…
-
Dear developers,
I'd like to add a battery and do simulations over several time snapshots.
In your code I only found some batteries in the [CIGRE example as non-controllable static generators](htt…
-
Here's my first e-mail to Leon about zip loads integration:
I have just finished first version of zip loads integration in pandapower. I have tested it against GridCal on a GridCal's 5-bus case and…