-
this is code in pycharm:
import pandas as pd
import pandapower as pp
net = pp.create_empty_network()
df = pd.read_excel("grid_data.xlsx", sheet_name="bus", index_col=0)
#print(df)
for idx in d…
-
OMSimualtor is running the FMI Cross Check (see [libraries.openmodelica.org](https://libraries.openmodelica.org/fmi-crosschecking/OMSimulator/)) inside a Docker image with only a few libraries install…
-
how to control the voltage on a busbar using the trafo tapchanger and if this node is not beside the trafo in the following net
busbar 380kv - trafo 380kv/110kv - busbar 110kv - 50 km overhead line…
-
The current DC line model has constant losses (`loss_kw`) and power dependent losses (`loss_percent`). However, the DC line losses should (as far as I know) depend on the transmitted active power squa…
-
**Goal if this issue:**
1. Test a combination of ![statical linking](https://pyjulia.readthedocs.io/en/latest/troubleshooting.html#your-python-interpreter-is-statically-linked-to-libpython) and debu…
ghost updated
4 years ago
-
There should be a robust way to open old pandapipes nets that were stored with an earlier release, also when something changed, e.g. the fluid-property class or column names in the component tables.
…
-
Hello everyone, I am using Pandapower to calculate the short circuit current and haven't found yet the formula to calculate r0 and x0 of the zero sequence parameter?
Any help please?
Thank you
-
I found that the PP_plot function affects pinv:
when i import pp_plot, it causes errors:
`
import numpy as np
from scipy.linalg import pinv
import pandapower.plotting as pp_plot
data = np.load…
-
In test_release_control.py, some tests are not run in the various master versions. This is partly because the json file cannot be read with controllers in the network, and also because identifiers of …
-
For power flow we use classical model of synch gen. which is constant voltage source behind steady state reactance. In pandapower function there is no option for including steady state reactance
p…