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
Copy file name to clipboardExpand all lines: commons/src/main/resources/com/powsybl/commons/reports.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ core.iidm.network.tooManyRegulatingControlEnabled = Transformer '${id}': only on
181
181
core.iidm.network.undefinedShuntSection = Shunt compensator '${id}': the current section number is undefined
182
182
core.iidm.network.validationWarningBothRatioPhase = Transformer '${id}' has both Ratio and Phase Tap Changer.
183
183
core.iidm.network.validationWarningReactiveCapabilityCurveDuplicate = Reactive capability curve for ${id} has a duplicate point for active power ${p}
184
+
core.iidm.network.validationWarningReactiveCapabilityCurveReversedMinQMaxQ = Reactive capability curve for ${id} : reversed minQ > maxQ values have been put in the right order
184
185
core.iidm.network.voltageSetpointInvalidVoltageRegulatorOn = '${id}': voltage setpoint value (${voltageSetpoint}) is invalid (voltage regulator is on)
185
186
core.iidm.serde.extensionNotFound = Extension ${extensionName} not found.
186
187
core.iidm.serde.extensionsNotFound = Not found extensions
" Reactive capability curve for CB : reversed minQ > maxQ values have been put in the right order" + System.lineSeparator(), network.getReportNodeContext().getReportNode()));
0 commit comments