Skip to content

[SLD] allow to plot with list of voltage levels #778

@gautierbureau

Description

@gautierbureau

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions