Skip to content

Commit

Permalink
Merge pull request #366 from com-pas/feat/352-patch
Browse files Browse the repository at this point in the history
feat(#352): remove compasflow and extref bindings patch for LLN0 with…
  • Loading branch information
AliouDIAITE authored Dec 15, 2023
2 parents e1373c0 + 4cdaf20 commit 752dff8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ public void debindCompasFlowsAndExtRefsBasedOnVoltageLevel(SCL scd) {
.filter(tVoltageLevelName -> !"0".equals(tVoltageLevelName))
.forEach(tVoltageLevelName -> scd.getIED().stream()
.flatMap(ldeviceService::getLdevices)
.filter(TLDevice::isSetLN0)
.filter(tlDevice -> tlDevice.getLN0().isSetInputs())
.forEach(tlDevice -> {
String flowSource = voltageCodification.get(tVoltageLevelName);
TInputs tInputs = tlDevice.getLN0().getInputs();
Expand Down

0 comments on commit 752dff8

Please sign in to comment.