From 88721ab00d0324cd9eaaa5ac49bab68a24d47a25 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 24 Jan 2019 18:35:45 +0100 Subject: [PATCH] Script execution --- script/MultiRegionTest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/MultiRegionTest.py b/script/MultiRegionTest.py index 452cfa5e..8b6b3f5e 100644 --- a/script/MultiRegionTest.py +++ b/script/MultiRegionTest.py @@ -2,6 +2,7 @@ Discrete photon energy scan (vector scan) of multiple spectral regions """ +print ("A") import MultiRegion # scan positioner: Eph = photon energy @@ -39,4 +40,6 @@ REGIONS = [REGION1, REGION2] CLOSE_SHUTTER_AT_END = False +print ("B") MultiRegion.run(MOTORS, POSITIONS, REGIONS, LATENCY, CLOSE_SHUTTER_AT_END) +print ("C")