past p21736 Cr-MX Weik 2024-06-07 changes
This commit is contained in:
7
mx/knife_edge_prototype.py
Normal file
7
mx/knife_edge_prototype.py
Normal file
@ -0,0 +1,7 @@
|
||||
# to execute directly in slic:
|
||||
|
||||
from devices.knife_edge import KnifeEdge
|
||||
kn = KnifeEdge
|
||||
|
||||
scan = Scanner(default_acquisitions=[daq], condition=None)
|
||||
scan.scan1D(kn.x, 4, 5, 0.1, 10, 'test_knife_edge_evr_only', detectors=[], channels=["SAR-CVME-TIFALL6:EvtSet"], pvs=[])
|
23
mx/mx_adjustables.py
Normal file
23
mx/mx_adjustables.py
Normal 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")
|
Reference in New Issue
Block a user