beamtime fixes
This commit is contained in:
@@ -143,7 +143,7 @@ import pyqtUsrObj as UsrGO
|
||||
from epics_widgets.MotorTweak import MotorTweak
|
||||
from epics_widgets.SmaractMotorTweak import SmaractMotorTweak
|
||||
from epics_widgets.SimMotorTweak import SimMotorTweak
|
||||
# from epics import caput, caget # TODO: shutter
|
||||
from epics import caput, caget # TODO: shutter
|
||||
ts.log('Import part 5/8:')
|
||||
import numpy as np
|
||||
np.set_printoptions(suppress=True,linewidth=196)
|
||||
@@ -2301,7 +2301,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
|
||||
# TODO: shutter
|
||||
# open fast shutter
|
||||
#caput("SARES30-LTIM01-EVR0:RearUniv0-Ena-SP", 1)
|
||||
caput("SARES30-LTIM01-EVR0:RearUniv0-Ena-SP", 1)
|
||||
|
||||
sp.run() # start motion program
|
||||
sp.wait_armed() # wait until motors are at first position
|
||||
@@ -2333,7 +2333,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
|
||||
# TODO: shutter
|
||||
# clos fast shutter
|
||||
# caput("SARES30-LTIM01-EVR0:RearUniv0-Ena-SP", 0)
|
||||
caput("SARES30-LTIM01-EVR0:RearUniv0-Ena-SP", 0)
|
||||
|
||||
# TODO: shutter
|
||||
# close laser shutter
|
||||
|
||||
Reference in New Issue
Block a user