From b791630bb952b5dc1751ec7098a96c1e080fecb3 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Mon, 3 Sep 2018 17:05:38 +0200 Subject: [PATCH] Script execution --- script/AreaScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)