From 40da589be2bdcc6cf3ad281b2470fb41fda192e2 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Fri, 27 Mar 2026 16:06:33 +0100 Subject: [PATCH] aerotech: now aarescan is running from mx-x10sa-queue-01.psi.ch --- src/aare/devices/aerotech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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