7 lines
156 B
Python
7 lines
156 B
Python
from slic.devices.general.motor import Motor
|
|
|
|
|
|
OWIS = Motor("SARES30-MOBI1:MOT_6") # small OWIS linear stage
|
|
|
|
Newport_large = Motor("SARES30-MOBI1:MOT_5")
|