powsybl / powsybl-diagram

SVG diagrams generation: single-line substation diagrams and network graph diagrams
Mozilla Public License 2.0
70 stars 13 forks source link

Three windings transformers and CGMES #36

Open massimo-ferraro opened 4 years ago

massimo-ferraro commented 4 years ago
massimo-ferraro commented 4 years ago

A possible fix would be to call the constructCellForThreeWindingsTransformer method in the voltage level layout implementations that need it, instead of in the graph building. The other option would be to somehow write a method that reverse the graph back, with the original THREE_WINDINGS_TRANSFORMER feeder nodes, and to call this method in the CGMES voltage level layout.