-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display switch on feeder in Bus/Breaker view #538
Comments
I disagree with this issue, it does not make any sense to try to display a bus/breaker model as a node/breaker model. If one needs this kind of display it has to use a node/breaker model. In a bus/breaker model, switches are bus coupler only, nothing related to feeder switch, there is a terminal status for that. |
Or is the bus/breaker topology not supposed to be used for this usecase ? |
Yes and now you can visualize that G2 and L2 are both disconnected. |
At least we need to add documentation on the expected semantics of buses and switches in the busbreaker definition. And what if your objective is to display a diagram that looks like the busbreaker one in this image https://www.powsybl.org/pages/documentation/grid/model/img/index/voltage-level.svg (from our docs https://www.powsybl.org/pages/documentation/grid/model/#voltage-level ). that's what I meant with "is it enough?" |
Describe the current behavior
When we create a simple voltage level in Bus/Breaker view, with the code below:
We get the following svg output:
Describe the expected behavior
Instead, one may want to get the following output (looking more like a Node/Breaker view):
The switches would be displayed on feeders instead of being displayed as bridges between bus bars.
Describe the motivation
This would enhances the diagram readability.
The text was updated successfully, but these errors were encountered: