From 11ca9d120380444bb334460a47ee735973848b67 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 2 Mar 2019 14:54:05 +0100 Subject: [PATCH] Script execution --- script/users/X-Treme_XPSScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index 0bc88c6c..5d5d4265 100644 --- a/script/users/X-Treme_XPSScan.py +++ b/script/users/X-Treme_XPSScan.py @@ -290,7 +290,7 @@ def do_scan(motors, positions, regions, latency): set_attribute(get_exec_pars().scanPath, "Regions", [region['name'] for region in regions]) try: - +""" ################## THIS IS TO OPEN THE VALVES /SHUTTER if caget('X03DA-OP-VG7:OPEN') == 'Not_Open': caput('X03DA-OP-VG7:WT_SET',0) #open ES vacuum valve @@ -310,7 +310,7 @@ try: time.sleep(3.0) ############################################# - +""" setup_live_plots(REGIONS) task = fork(update_live_plots) do_scan(MOTORS, POSITIONS, REGIONS, LATENCY)