powsybl / powsybl-diagram

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

StyleProvider to highlight overloaded lines in SLD #590

Open So-Fras opened 7 months ago

So-Fras commented 7 months ago

Describe the current behavior

In network-area-diagram, branches and tie lines are set to blink when they are overloaded (i.e. when the current permanent limit is violated).

In single-line-diagram, such a feature does not exist.

Describe the expected behavior

Tie lines, transformer legs, lines, dangling lines that whose current permanent limit is violated should be highlighted with a blinking design supported by a new StyleProvider.

Describe the motivation

This piece of information is also useful in single-line-diagram

Extra Information

No response