past p21736 Cr-MX Weik 2024-06-07 changes

This commit is contained in:
2024-06-10 13:49:19 +02:00
parent faffe10be5
commit 561fbaee6f
6 changed files with 53 additions and 5 deletions

23
mx/mx_adjustables.py Normal file
View File

@@ -0,0 +1,23 @@
from slic.core.device.simpledevice import SimpleDevice
from slic.devices.general.motor import Motor
# collimator
mx_coll_x = Motor("SARES30-SMX:MCS1")
mx_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")
# post-tube
mx_detector_z = Motor("SAR-EXPMX:MOT_DET_Z")
# post-tube
mx_backlight = Motor("SAR-EXPMX:MOT_BLGT")
# fast stage
mx_fast_x = Motor("SAR-EXPMX:MOT_FX")
mx_fast_y = Motor("SAR-EXPMX:MOT_FY")