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
dynawo.dynasim.emptyList = '${fieldName}' list is empty
24
24
dynawo.dynasim.emptyListAutomationSystem = None of ${automationSystemName} ${dynamicId} equipments are ${expectedModels}, the automation system will be skipped
25
25
dynawo.dynasim.failedDynamicModelHandling = ${modelName} ${dynamicId} cannot handle ${equipmentType} dynamic model, the model will be skipped
26
+
dynawo.dynasim.fictitiousEquipment = '${fieldName}' field value '${staticId}' should not be fictitious
26
27
dynawo.dynasim.fieldConflict = Both '${firstFieldName}' and '${secondFieldName}' are defined, '${firstFieldName}' will be used
27
28
dynawo.dynasim.fieldNotSet = '${fieldName}' field is not set
28
29
dynawo.dynasim.fieldOptionNotImplemented = '${fieldName}' field is set but this option is not implemented yet, default value ${defaultValue} will be used
@@ -37,6 +38,7 @@ dynawo.dynasim.notEnergized = '${fieldName}' field value '${staticId}' should be
37
38
dynawo.dynasim.outputVariableInstantiationError = Output variable ${id} cannot be instantiated
38
39
dynawo.dynasim.staticIdUnknown = '${fieldName}' field value '${staticId}' not found for equipment type(s) ${equipmentType}, id will be used as pure dynamic model id
39
40
dynawo.dynasim.unknownIdToDynamic = '${fieldName}' field value '${staticId}' not found for equipment type(s) ${equipmentType}
41
+
dynawo.dynasim.wrongHvdcType = '${fieldName}' field value '${staticId}' should be an HVDC ${type}
40
42
dynawo.dynasim.wrongNetwork = '${fieldName}' field value ${equipmentType} ${staticId} does not belong to the builder network
41
43
dynawo.margincalc.loadsVariationInstantiationError = LoadVariation cannot be instantiated
Copy file name to clipboardExpand all lines: dynawo-simulation/src/main/java/com/powsybl/dynawo/models/automationsystems/TapChangerBlockingAutomationSystemBuilder.java
0 commit comments