Script execution

This commit is contained in:
gac-x11ma
2018-09-03 17:05:38 +02:00
parent 3a0273654f
commit b791630bb9

View File

@@ -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)