Currently, the LEGO Database cannot handle similar line names, e.g. c1, c1, c2, c2, ....
Because of this, PyPSA/pypsa_helper.py defines individual names for:
- AC lines
- DC links
- transformers
Once the LEGO database can handle similar line names, this should be revisited and the (currently commented out) circuit identifier logic for parallel lines/links/transformers can be used again.
Currently, the LEGO Database cannot handle similar line names, e.g.
c1, c1, c2, c2, ....Because of this,
PyPSA/pypsa_helper.pydefines individual names for:Once the LEGO database can handle similar line names, this should be revisited and the (currently commented out) circuit identifier logic for parallel lines/links/transformers can be used again.