pandapower
pandapower copied to clipboard
Convenient Power System Modelling and Analysis based on PYPOWER and pandas
… parameters and std_types is now optional
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...
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...
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,...
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
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...
Can adding missing columns be done authomatically and not individually in the convert_format function?
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...