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
Following #3139, at CGMES import the IIDM OperationalLimitsGroup id is copied from CGMES OperationalLimitSet rdfid. This is neccesary to ensure a strict 1:1 mapping, as well as be able to match limit values update in SSH with limit creation in EQ.
This has however some limitations:
The rdfid is not human readable, which makes it possible but not easy to later on select the active set.
The limit set name is stored as a property of the identifiable holding the limits. That way the name can be retrieved during CGMES export but it's not directly accessible in the IIDM OperationalLimitsGroup, which makes it cumbersome to manipulate OperationalLimitsGroup in IIDM.
Describe the expected behavior
Add a new property: "name" to IIDM OperationalLimitsGroup, with a setter and a getter.
Optionally, add new methods in the FlowsLimitsHolder interface to support manipulation of OperationalLimitsGroup by name:
getSelectedOperationalLimitsGroupName
getOperationalLimitsGroupFromName
setSelectedOperationalLimitsGroupFromName
removeOperationalLimitsGroupFromName
Describe the motivation
That change would facilitate the selection of the active set using the name:
Describe the current behavior
Following #3139, at CGMES import the IIDM OperationalLimitsGroup id is copied from CGMES OperationalLimitSet rdfid. This is neccesary to ensure a strict 1:1 mapping, as well as be able to match limit values update in SSH with limit creation in EQ.
This has however some limitations:
Describe the expected behavior
Add a new property: "name" to IIDM OperationalLimitsGroup, with a setter and a getter.
Optionally, add new methods in the FlowsLimitsHolder interface to support manipulation of OperationalLimitsGroup by name:
Describe the motivation
That change would facilitate the selection of the active set using the name:
Or more simply if the new methods have been added:
Extra Information
See #3162 for making the IIDM OperationalLimitsGroup id globally unique.
The text was updated successfully, but these errors were encountered: