Script execution

This commit is contained in:
gac-x03da
2019-03-01 00:47:09 +01:00
parent 601026ec86
commit 0b1abafafe

View File

@@ -10,12 +10,12 @@ ZIGZAG = True
# scan positioner: Eph = photon energy
#MOTORS = (ManipulatorPhi, ManipulatorTheta)
#MOTORS = [ManipulatorPhi]
MOTORS = [dummy]
MOTORS = [Scienta]
# comma-separated discrete list of scan positions
#POSITIONS = [(PHI_RA
#POSITIONS = [(PNGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS]
#POSITIONS = [-175., 180., 5.]
POSITIONS = [0.0]
POSITIONS = [62.0]
# seconds to wait between positioning command and triggering the detector
LATENCY = 0.0