pandapower icon indicating copy to clipboard operation
pandapower copied to clipboard

Convenient Power System Modelling and Analysis based on PYPOWER and pandas

Results 276 pandapower issues
Sort by recently updated
recently updated
newest added

I tried this case in V2.10.1 , and it works well. ```python import pandapower as pp net = pp.create_empty_network() #create buses bus1 = pp.create_bus(net, vn_kv=220.) bus2 = pp.create_bus(net, vn_kv=110.) bus3...

Hi all, I have bumped into a case where the power-flow in and out of a node in case of transformer is not close to zero. Below is a minimal...

3ph powerflow

In the `if` clause of `get_equivalent()` new equivalent elements are collect to a group. This implementation is not as resistant as it could. It uses the naming convention of the...

grid_equivalents

In the present implementation, the functions to expand the Jacobian matrix for the TDPF calculation are not written in a way to have the best possible performance. Because of that,...

powerflow
help wanted!

With the nbmake package, an extension of pytest, jupyter notebooks can be automatically executed and checked for errors. We should add a function to pandapower to run this on all...

This would add the possibility for controllers etc. to be saved in: - Excel files - SQLite files - PostgreSQL DB

compatibility
fileIO
help wanted!

Hi! I am running a timeseries opf with pandamodels: pp.timeseries.run_timeseries(net_flex, time_steps = range(0, n_timesteps_peak),run = pp.runpm_ac_opf,continue_on_divergence=True, delta=1e-16) while everything seems to run smooth, after a certain number of timesteps (around...

PowerModels
PandaModels

Can adding missing columns be done authomatically and not individually in the convert_format function?

compatibility
maintenance

Hello all, I am a new user of Pandapower. I would like to seek clarification on what 'vn_kv' means. Is it the nominal voltage or rated voltage. For example in...

networks