large reorganization, part 1 done
This commit is contained in:
7
gp_exp/standa.py
Normal file
7
gp_exp/standa.py
Normal file
@ -0,0 +1,7 @@
|
||||
from slic.core.device.simpledevice import SimpleDevice
|
||||
from slic.devices.general.motor import Motor
|
||||
|
||||
standa_z = Motor("SARES30-MOBI1:MOT_1")
|
||||
standa_x = Motor("SARES30-MOBI1:MOT_2")
|
||||
|
||||
standa = SimpleDevice("Standa X-ray eye base motors", x=standa_x, z=standa_z)
|
Reference in New Issue
Block a user