update before beamtime
This commit is contained in:
@ -91,6 +91,7 @@ dummy = DummyAdjustable(units="au")
|
||||
from slic.devices.xoptics.aramis_attenuator import Attenuator
|
||||
from devices.knife_edge import KnifeEdge
|
||||
from devices.standa import standa
|
||||
from devices.newport import newport
|
||||
|
||||
Newport_large = Motor("SARES30-MOBI1:MOT_5")
|
||||
OWIS = Motor("SARES30-MOBI1:MOT_6") # small OWIS linear stage
|
||||
|
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