From 75b40d9b557c0ff767821b300128629a36cda8ab Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 4 Dec 2021 11:31:45 +0100 Subject: [PATCH] Script execution --- script/KeithleyVoltageScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/KeithleyVoltageScan.py b/script/KeithleyVoltageScan.py index 63ef6279..dd989f6f 100644 --- a/script/KeithleyVoltageScan.py +++ b/script/KeithleyVoltageScan.py @@ -15,6 +15,6 @@ set_adc_averaging() set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) set_exec_pars(compression=True) -lscan(POSITIONERS, SENSORS, POSITIONS[0], POSITIONS[1], STEPS, LATENCY, RELATIVE, before_read = before_readout, after_read = after_readout) +lscan(POSITIONERS, SENSORS, POSITIONS[0], POSITIONS[1], STEPS, LATENCY, RELATIVE) # after_scan()