aerotech.py: corrected default url for X06DA beamline
This commit is contained in:
@@ -17,7 +17,7 @@ class AerotechController(object):
|
||||
def __init__(self, bl: MXBeamline):
|
||||
if bl == MXBeamline.X06DA:
|
||||
self.__simulated = False
|
||||
self.__base = cfg_get("daq.hardware.aerotech_url", "http://x06da-smargopolo.psi.ch:5234")
|
||||
self.__base = cfg_get("daq.hardware.aerotech_url", "http://mx-x06da-queue-01.psi.ch:5234")
|
||||
elif bl == MXBeamline.X10SA:
|
||||
self.__simulated = False
|
||||
self.__base = cfg_get("daq.hardware.aerotech_url", "http://mx-x10sa-queue-01.psi.ch:5234")
|
||||
|
||||
Reference in New Issue
Block a user