update before beamtime
This commit is contained in:
6
devices/newport.py
Normal file
6
devices/newport.py
Normal file
@ -0,0 +1,6 @@
|
||||
from slic.core.device.simpledevice import SimpleDevice
|
||||
from slic.devices.general.motor import Motor
|
||||
|
||||
newport_z = Motor("SARES30-MOBI1:MOT_5")
|
||||
|
||||
newport = SimpleDevice("Newport linear stage base motors", z=newport_z)
|
Reference in New Issue
Block a user