#increase set up the ramp times ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_TRAMP'] = 60 ezca['SUS-ETMX_L3_LOCK_BIAS_TRAMP'] = 60 #increase bias and decrease drivealign gain by this ratio ratio = 1.08 ezca['SUS-ETMX_L3_LOCK_BIAS_OFFSET'] *= ratio ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_GAIN'] /= (ratio)**2 #fix gain error based on olg measurement (measure OLG, see what percentage change there is, compensate here) ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_TRAMP'] = 5 ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_GAIN'] *= 1.04 #these are the final settings for ESD bias 269V ezca['SUS-ETMX_L3_LOCK_BIAS_OFFSET'] = 6.0542453 ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_GAIN'] = 88.28457 #these are the settings for ESD bias 129V ezca['SUS-ETMX_L3_LOCK_BIAS_OFFSET'] = 3.25 ezca['SUS-ETMX_L3_DRIVEALIGN_L2L_GAIN'] = 198.6643