since there are folders, remove alvra_

This commit is contained in:
2019-12-04 09:58:27 +00:00
parent ff253408af
commit 47c30654bf
3 changed files with 2 additions and 2 deletions

22
adhoc.py Normal file
View File

@ -0,0 +1,22 @@
class LXT:
pass
lxt = LXT()
from slic.devices.xoptics.dcm import AlvraDCM_FEL
monoFEL = AlvraDCM_FEL("SAROP11-ODCM105")
from slic.devices.general.smaract import SmarActRecord
laser_pitch = SmarActRecord("SARES11-XICM125:ROX1")
laser_trans = SmarActRecord("SARES11-XICM125:TRX1")
laser_yaw = SmarActRecord("SARES11-XICM125:ROY1")
microscope_pitch = SmarActRecord("SARES11-XMI125:ROY1")
microscope_yaw = SmarActRecord("SARES11-XMI125:ROZ1")