6 lines
194 B
Python
Executable File
6 lines
194 B
Python
Executable File
from slic.devices.general.motor import Motor
|
|
from slic.devices.general.smaract import SmarActAxis
|
|
|
|
I0_foils = Motor("SARES30-MCS20610:MCS3")
|
|
# I0_foils = SmarActAxis("SARES30-MCS20610:MCS3")
|