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
//TODO for symmetry, we should add here for V and Angle only//it only saves p0 and q0 for configuredbusattributes but is more logical@OverridepublicAttributesfilter(AttributeFilterfilter) {
returnnewConfiguredBusSvAttributes(v, angle);
}
and add updateResource(xx, AttributeFilter.SV) to configuredBus (and also the duplicated code in calculatedBus)
Describe the current behavior
configured bus are always sent in full (P0, Q0, V, ANGLE) even if only setV or setAngle was done on them
Describe the expected behavior
only V and ANGLE are sent
Describe the motivation
symmetry with all other equipments when running a loadflow
Extra Information
network-store-model/src/main/java/com/powsybl/network/store/model/ConfiguredBusAttributes.java
and add updateResource(xx, AttributeFilter.SV) to configuredBus (and also the duplicated code in calculatedBus)
see powsybl/powsybl-network-store-server#86
The text was updated successfully, but these errors were encountered: