use targetQ values from OpenAC to generate battery modifications - #160
use targetQ values from OpenAC to generate battery modifications#160Mathieu-Deharbe wants to merge 4 commits into
Conversation
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
|
Warning Review limit reachedNext included review available in 54 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
|
| .add(); | ||
| bat.newExtension(VoltageRegulationAdder.class) | ||
| .withTargetV(215.) | ||
| .withVoltageRegulatorOn(false) |
There was a problem hiding this comment.
Do we need to add a test for .withVoltageRegulatorOn(true) ?



Get data from openReac, transforms it a little bit and send to :
gridsuite/network-modification-server#883
gridsuite/network-modification#227