Skip to content

Commit

Permalink
CGMES: fictitious voltage levels are marked as fictitious
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Dec 9, 2024
1 parent be489a8 commit f1bbdaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ private void createFictitiousVoltageLevelsForLineContainer(Context context, Stri
.setLowVoltageLimit(vlref.getLowVoltageLimit())
.setHighVoltageLimit(vlref.getHighVoltageLimit())
.setId(fictitiousVoltageLevelId)
.setFictitious(true)
.setName(containerName)
.setEnsureIdUnicity(context.config().isEnsureIdAliasUnicity())
.add();
Expand Down

0 comments on commit f1bbdaa

Please sign in to comment.