Hi all,
In ReCalScanIF function:
"
AFE2_drift0 = (AFE2_Max_DAC_Ch0 + AFE2_Min_DAC_Ch0)/2 - AFE2_base0; New_level = AFE1_base0 + AFE2_drift0;
Delta = (ESIDAC1R0+ESIDAC1R1)/2 - New_level;
If "Delta", the difference between the new level and previous level of DAC of AFE1, is less than 10, a valid measurement is confirmed and the new DAC values are set for channel 0 of AFE1, as calculated in these equations.
"
=> Can i change Delta more than 10 ?
Thanks,