You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When disconnecting (conversely connecting) a Line, the graph traversal stops when it encounters a fictitious switch and opens (conversely closes) it.
Describe the expected behavior
Thanks to a new boolean option, when disconnecting (conversely connecting) a Line we can choose to not stop but to traverse fictitious switches, open (conversely close) them and continue until encountering a real switch to open (conversely close) too.
Describe the motivation
Add the possibility to propagate the opening/closure of real switches aftter fictitious ones when disconnecting/connecting a Line.
Extra Information
In the situation above:
If we want to disconnect the line L1:
With the propagation option enabled we ignore the fictitious switches so we expect: S1f, S2f and S3f to stay closed, and S11, S22 and S33 to be opened.
With the propagation option disabled we stop to the fictitious switches so we expect only S11, S1f, S2f and S3f to be opened.
Then if we want to reconnect the line L1:
With the propagation option enabled we ignore the fictitious switches so we expect: S11, S1f, S2f, S3f, S22 and S33 to be closed.
With the propagation option disabled we stop to the fictitious switches so we expect only S11, S1f, S2f and S3f to be closed.
The text was updated successfully, but these errors were encountered:
flo-dup
changed the title
Be able to open/close real switches after fictious ones when traversing the (dis)connection graph of a Line
Be able to open/close real switches after fictitious ones when traversing the (dis)connection graph of a Line
Dec 10, 2024
Describe the current behavior
When disconnecting (conversely connecting) a
Line
, the graph traversal stops when it encounters a fictitious switch and opens (conversely closes) it.Describe the expected behavior
Thanks to a new boolean option, when disconnecting (conversely connecting) a
Line
we can choose to not stop but to traverse fictitious switches, open (conversely close) them and continue until encountering a real switch to open (conversely close) too.Describe the motivation
Add the possibility to propagate the opening/closure of real switches aftter fictitious ones when disconnecting/connecting a
Line
.Extra Information
In the situation above:
If we want to disconnect the line L1:
Then if we want to reconnect the line L1:
The text was updated successfully, but these errors were encountered: