pandapower icon indicating copy to clipboard operation
pandapower copied to clipboard

implementation of finding which elements belong to new grid equivalents should be more robust

Open SteffenMeinecke opened this issue 2 years ago • 1 comments

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 internally used create functions. However, it is not checked whether this approach always works fine, e.g. if the input net has names like "..._separate". It is recommended to return the indices of the elements to allow creating a group with that, or to first create a group an then append new equivalent elements to that group.

SteffenMeinecke avatar Aug 08 '22 09:08 SteffenMeinecke

  • [x] Intergration to pandapower documentation is still missing
  • [x] Delete duplicate codes in the toolbox for equivalent in pandapower and pandaplan-core

ZhengLiu1119 avatar Aug 23 '22 12:08 ZhengLiu1119