DAQ: aerotech - cleaned up imports
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user