Adding mono + commit after the sticky bit.
This commit is contained in:
23
mx/mx_adjustables.py
Normal file → Executable file
23
mx/mx_adjustables.py
Normal file → Executable file
@@ -1,22 +1,27 @@
|
||||
from slic.core.device.simpledevice import SimpleDevice
|
||||
from slic.devices.general.motor import Motor
|
||||
|
||||
# hve positioners
|
||||
hve_mot_v = Motor("SARES30-MOBI1:MOT_1")
|
||||
hve_mot_h1 = Motor("SARES30-MOBI1:MOT_2")
|
||||
hve_mot_h2 = Motor("SARES30-MOBI1:MOT_3")
|
||||
|
||||
# collimator
|
||||
mx_coll_x = Motor("SARES30-SMX:MCS1")
|
||||
mx_coll_y = Motor("SARES30-SMX:MCS2")
|
||||
coll_x = Motor("SARES30-SMX:MCS1")
|
||||
coll_y = Motor("SARES30-SMX:MCS2")
|
||||
|
||||
# post-tube
|
||||
mx_pt_x1 = Motor("SARES30-SMX:MCS4")
|
||||
mx_pt_x2 = Motor("SARES30-SMX:MCS5")
|
||||
mx_pt_y1 = Motor("SARES30-SMX:MCS6")
|
||||
mx_pt_y2 = Motor("SARES30-SMX:MCS7")
|
||||
mx_pt_z = Motor("SARES30-SMX:MCS8")
|
||||
pt_x1 = Motor("SARES30-SMX:MCS4")
|
||||
pt_x2 = Motor("SARES30-SMX:MCS5")
|
||||
pt_y1 = Motor("SARES30-SMX:MCS6")
|
||||
pt_y2 = Motor("SARES30-SMX:MCS7")
|
||||
pt_z = Motor("SARES30-SMX:MCS8")
|
||||
|
||||
# post-tube
|
||||
mx_detector_z = Motor("SAR-EXPMX:MOT_DET_Z")
|
||||
detector_z = Motor("SAR-EXPMX:MOT_DET_Z")
|
||||
|
||||
# post-tube
|
||||
mx_backlight = Motor("SAR-EXPMX:MOT_BLGT")
|
||||
backlight = Motor("SAR-EXPMX:MOT_BLGT")
|
||||
|
||||
# fast stage
|
||||
mx_fast_x = Motor("SAR-EXPMX:MOT_FX")
|
||||
|
||||
Reference in New Issue
Block a user