DAQ: aerotech - cleaned up imports

This commit is contained in:
2026-01-16 09:45:33 +01:00
parent 5781184c28
commit 393801952e
+3 -1
View File
@@ -4,6 +4,7 @@ import threading
from enum import Enum
import automation1 as a1
from epics import PV, Motor
from aare.common.beamline import MXBeamline, mx_beamline
from aare.devices.my_motor import MyMotor
@@ -123,4 +124,5 @@ if __name__ == "__main__":
#aerotech.disconnect()
aerotech_epics = AerotechControllerEpics(beamline)
aerotech_epics.home_all()
#aerotech_epics.home_all()
aerotech_epics.omega.move(0.0)