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 we setV(456), the switch is open so VL_2 should not be set to 456
This is because there is no equipment associated with the bus, so to get a terminal to store the voltage/angle we findEquivalentTerminal but findEquivalementTerminal doesn't stop at retained switch so the equivalent terminal of vl2 is the one from the busbarsection of vl1 (because the switch is closed when the findEquivalementTerminal happens). Then we open the switch but because it is retained we don't invalidate the busbreakerbuses (normal because toggling retained switch should not affect busbreakerview buses because they should stop at retained switch anyway !) and so we keep the old equivalent terminal but now it's no longer equivalent
Describe the expected behavior
should print
123.0
123.0
456.0
123.0
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior
123.0
123.0
456.0
456.0
When we setV(456), the switch is open so VL_2 should not be set to 456
This is because there is no equipment associated with the bus, so to get a terminal to store the voltage/angle we findEquivalentTerminal but findEquivalementTerminal doesn't stop at retained switch so the equivalent terminal of vl2 is the one from the busbarsection of vl1 (because the switch is closed when the findEquivalementTerminal happens). Then we open the switch but because it is retained we don't invalidate the busbreakerbuses (normal because toggling retained switch should not affect busbreakerview buses because they should stop at retained switch anyway !) and so we keep the old equivalent terminal but now it's no longer equivalent
Describe the expected behavior
should print
123.0
123.0
456.0
123.0
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: