-
Hi All and Pandapower Developers,
I want to find the R and X values at one of my Bus where I am connecting the DG so that I can use this equation basically to calculate the change in voltage that o…
-
Did the required type of infofunc for plotting.plotly.create_bus_traces change?
V2.1.0:
`bus_trace['text'] = net.bus.loc[bus_plot_index, 'name'] if infofunc is None else infofunc.loc[buses]`
V2.0…
-
Hello,
I have problem with network data exporting to excel file.
```
import os
import pandapower as pp
import pandapower.networks as nw
import pandapower.shortcircuit as sc
net = nw.simple_…
-
Hi All ,
I have a network , in which I want to find the effect of adding the sgen element to nearest transformer connected. For that could any one of you have an idea that how I find the nearest tr…
-
The topology function unsupplied_buses has a parameter "in_service_only". If True, unsupplied buses, that are out of service are removed from the returned result. Why does this paramter exist? If a pa…
-
hallo developers,
Is it possible to model a "Current limited voltage source" in padapower ?
-
There are recurrent issues concerning version handling. This is why I propose to include 'packaging' in the pandapower requirements. Let's consider pandas examples:
Since pandas changes function name…
-
pandapower has up until now mostly been about power system analysis. While the OPF interface to PYPOWER allowed for some optimzations, this was not a major focus of pandapower. We want to change this …
-
Some parts of the docstrings of create/create_sgen and create/create_gen functions still refer to sgen and gen as created using the _consumer system_.
But according to the **new documentation**, they…
-
Hello
I'm doing a Short-Circuit Calculation Test following the short-circuit example of official Documents with pandapowerv1.6.0. But I get a Error:
```
Traceback (most recent call last):
File…