pandapower
pandapower copied to clipboard
Convenient Power System Modelling and Analysis based on PYPOWER and pandas
There are some inconsistencies with element columns of new features. My proposal is that columns should be either (1) mandatory (for power flow) or (2) optional. If (1), columns should...
Hi, I want to build an IEEE-13 network for a three-phase voltage control problem, but I have no idea how to build it. I have the single-phase model, btw. I...
The implementation of distributed slack calculation has been merged: https://github.com/e2nIEE/pandapower/issues/771 https://github.com/e2nIEE/pandapower/pull/1298 A point that is still open is a calculation in grids that have multiple separate zones. To this end,...
In meshed networks, multiple solution might exist, and different solutions might be found depending on the starting values (see #110). Aside from smart choice of initial solution (see #113), other...
Current Behavior In a sensitivity analysis case when we try to set multiple slacks with different slack weights the makePTDF.py code simply picks up the first slack element from list...
Is it/would it be possible to allow manual/flexible setting of the voltage factor (c-factor) for short circuit calculations? (At the moment it is locket to 1.1 for MV/HV systems and...
## It would be nice if there was a way of getting the maximum available power for every load, along with efficiency of every load for a given network Jacobi's...
@friederikemeier @rbolgaryn Shortly before pd2ppc() is executed, reset_results() is called inside _optimal_powerflow.py. Since net.res_xward.internal_vm_pu is needed, i added an if clause which prevents the clearing of this column in case...
Hi! I have installed Gurobi as an additional solver according to the instructions provided in [https://pandapower.readthedocs.io/en/develop/opf/powermodels.html#additional-solvers](url). When trying to perform the first basic test 'pp.runpm_ac_opf(net, pm_model="ACPPowerModel", pm_solver="gurobi")', I get the...
``` import pandapower as pp import pandapower.networks as pn net = pn.create_cigre_network_hv(length_km_6a_6b=0.1) pp.to_excel(net, "example.xlsx") ``` fails with pandapower version 2.8.0 and python version 3.9.7 with an AttributeError: 'DataFrame' object has...