OpenEnergyTools / scl-lib

5 stars 4 forks source link

Add function move FCDA data. #106

Open JakobVogelsang opened 4 months ago

JakobVogelsang commented 4 months ago

As a user of this library, I want to be able to change the order of FCDA element in a DataSet. I want the library to make sure that the confRev of all connected control blocks is updated.

function moveFCDA(fcda:Element, relativePisition: number): Edit[]

Requirements