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
@JakobVogelsang is this correct in terms of the SCL standard? Also, would you want to move to the find API before receiving a PR on this issue, now that open-scd has transitioned to it as well?
When I get the identity for a
GSE
orSMV
element, there is no clear path in it for a specificConnectedAP
:As a result, the identity of these elements as described is not unique, it must be qualified by the
ConnectedAP
and possibly theSubNetwork
.Similarly, the code for selector in
open-scd
seems to have the same limitations.oscd-scl/utils/identity.ts
Lines 172 to 184 in 2df4a18
I've not written an identity/selector function before but I think what we need is something like:
If that seems about right I am happy to do a PR.
The text was updated successfully, but these errors were encountered: