-
I have created several networks in pandapower API and I would also like to run them in pypower and pypsa, i have seen the pandapower converters which can be used to port the networks to pypower and pypsa. It is possible to port newly created networks or only the ones saved in the networks folders of pandapower? Can somebody please help me troubleshoot this or provide a probable solution. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
you can export any newly created network to pypower using the function pandapower.converter.to_ppc. However, I can not imagine any reason why one would want to use pypower or pypsa instead of pandapower ;) |
Beta Was this translation helpful? Give feedback.
-
can you please provide a short example, I can follow the same procedure as this is a huge roadblock for me, it would be of immense help to me, |
Beta Was this translation helpful? Give feedback.
-
an example can be found in the docstring: you can use the function with any pandapower network |
Beta Was this translation helpful? Give feedback.
you can export any newly created network to pypower using the function pandapower.converter.to_ppc.
However, I can not imagine any reason why one would want to use pypower or pypsa instead of pandapower ;)