It would be helpful to me if we had an SCL lib function which allowed the removal of an IED.
Generally I think the same elements covered by https://github.com/OpenEnergyTools/scl-lib/blob/main/tIED/updateIED.ts need to be modified.
@JakobVogelsang are you happy for me to have a go at this?
export function removeIED(ied: Element): Edit[] {
}
Should we be able to remove multiple IEDs or is an atomic IED removal sufficient (I think it is).
It would be helpful to me if we had an SCL lib function which allowed the removal of an IED.
Generally I think the same elements covered by https://github.com/OpenEnergyTools/scl-lib/blob/main/tIED/updateIED.ts need to be modified.
@JakobVogelsang are you happy for me to have a go at this?
Should we be able to remove multiple IEDs or is an atomic IED removal sufficient (I think it is).