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
bus.setV(200)
System.out.println(bus.getV()); // OKswitch.setOpen(true);
switch.setOpen(false); // causes invalidation of buses (views)System.out.println(getBusView().getBus(...).getV()); // NaN
Describe the expected behavior
like in powsybl-core, voltage/phase values should be kept as much as possible. this makes for better user interfaces where they can be displayed (maybe disabled) until new values are recomputed with the new toplogy
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
Describe the expected behavior
like in powsybl-core, voltage/phase values should be kept as much as possible. this makes for better user interfaces where they can be displayed (maybe disabled) until new values are recomputed with the new toplogy
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: