-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Describe the current behavior
When plotting more than one voltage level, one needs to plot all the voltage levels of the corresponding substation(s).
SingleLineDiagram.drawMultiSubstations(network, substationIdList, svgFile);and the underlying graph:
ZoneGraph.create(substationIdList);Describe the expected behavior
allow to plot with list of voltage levels
SingleLineDiagram.drawMultiVoltageLevels(network, voltageLevelIdList, svgFile);and the underlying graph:
ZoneGraph.create(voltageLevelIdList);Describe the motivation
No response
Extra Information
No response
Reactions are currently unavailable