Script execution

This commit is contained in:
gac-x03da
2019-01-24 18:35:45 +01:00
parent d86e866501
commit 88721ab00d

View File

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