Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <peter.mitri@rte-france.com>
  • Loading branch information
pet-mit committed Oct 16, 2024
1 parent 5c97a5d commit 5530fef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"voltageTargetPriorities" : [ "GENERATOR", "TRANSFORMER", "SHUNT" ],
"transformerVoltageControlUseInitialTapPosition" : false,
"generatorVoltageControlMinNominalVoltage" : -1.0,
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED"
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED",
"areaInterchangeControl" : false,
"areaInterchangeControlAreaType" : "ControlArea",
"areaInterchangePMaxMismatch" : 2.0
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"voltageTargetPriorities" : [ "GENERATOR", "TRANSFORMER", "SHUNT" ],
"transformerVoltageControlUseInitialTapPosition" : false,
"generatorVoltageControlMinNominalVoltage" : -1.0,
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED"
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED",
"areaInterchangeControl" : false,
"areaInterchangeControlAreaType" : "ControlArea",
"areaInterchangePMaxMismatch" : 2.0
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"voltageTargetPriorities" : [ "GENERATOR", "TRANSFORMER", "SHUNT" ],
"transformerVoltageControlUseInitialTapPosition" : false,
"generatorVoltageControlMinNominalVoltage" : -1.0,
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED"
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED",
"areaInterchangeControl" : false,
"areaInterchangeControlAreaType" : "ControlArea",
"areaInterchangePMaxMismatch" : 2.0
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"voltageTargetPriorities" : [ "GENERATOR", "TRANSFORMER", "SHUNT" ],
"transformerVoltageControlUseInitialTapPosition" : false,
"generatorVoltageControlMinNominalVoltage" : -1.0,
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED"
"fictitiousGeneratorVoltageControlCheckMode" : "FORCED",
"areaInterchangeControl" : false,
"areaInterchangeControlAreaType" : "ControlArea",
"areaInterchangePMaxMismatch" : 2.0
}
}
},
Expand Down

0 comments on commit 5530fef

Please sign in to comment.