Skip to content

Fix the behavior of UseInternalRB

Gabriel Fedel requested to merge ICSHWI-13143 into master

UseIntRB was being zeroed by I and Q ILC calculation. How both of them happens in parallel we always have one of them not using the internal read back PV at the first round. This leads to a wrong behavior when the tables are changed externally from ILC.

Now the UseIntRB is zeroed only after both (I and Q) ILC calculation are finished.

Closes ICSHWI-13143

Merge request reports