diff --git a/src/aare/devices/aerotech.py b/src/aare/devices/aerotech.py index 463087f7..0c676205 100644 --- a/src/aare/devices/aerotech.py +++ b/src/aare/devices/aerotech.py @@ -20,7 +20,7 @@ class AerotechController(object): self.__base = "http://x06da-smargopolo.psi.ch:5234" elif bl == MXBeamline.X10SA: self.__simulated = False - self.__base = "http://x10sa-smargopolo.psi.ch:5234" + self.__base = "http://mx-x10sa-queue-01.psi.ch:5234" elif bl == MXBeamline.SIMULATED: self.__simulated = True self.__pos = AEROTECH_HOME