Trace: • dac_abs_correction
This is an old revision of the document!
DAC_Abs_Correction
Description: A
Comment: by default topas puts limits on values of uij - it's often more useful to know if something goes npd
Contributed by: Alan Coelho
macro adp_no_limits { move_to u11 min = Val - .05; max = Val + .05; move_to u22 min = Val - .05; max = Val + .05; move_to u33 min = Val - .05; max = Val + .05; move_to u12 min = Val - .05; max = Val + .05; move_to u13 min = Val - .05; max = Val + .05; move_to u23 min = Val - .05; max = Val + .05; }