diff --git a/script/AreaScan.py b/script/AreaScan.py index eb85452..d49ac57 100644 --- a/script/AreaScan.py +++ b/script/AreaScan.py @@ -7,8 +7,8 @@ Y_start = -3.0 Z_start = 8.60 Y_end = 3.0 Z_end = 14.6 -Y_steps = 16 -Z_steps = 16 +Y_steps = 32 +Z_steps = 32 # NPLC (integration time) value for the Keithleys NPLC=10 @@ -23,5 +23,5 @@ TRZ.write(Z_start) time.sleep(5) # run the area scan -r1 = ascan((TRY,TRZ), (Keithley_1_raw,Keithley_2_raw,Keithley_3_raw), (Y_start,Z_start), (Y_end,Z_end), (Y_steps-1,Z_steps-1), 3.0, False, 1, True) +r1 = ascan((TRY,TRZ), (Keithley_1_raw,Keithley_2_raw,Keithley_3_raw), (Y_start,Z_start), (Y_end,Z_end), (Y_steps-1,Z_steps-1), 1.0, False, 1, True)