diff --git a/csaxs_bec/devices/galil/lgalil_ophyd.py b/csaxs_bec/devices/galil/lgalil_ophyd.py index 956e675..d7935c8 100644 --- a/csaxs_bec/devices/galil/lgalil_ophyd.py +++ b/csaxs_bec/devices/galil/lgalil_ophyd.py @@ -104,7 +104,9 @@ class LamniGalilMotor(Device, PositionerBase): device_manager=None, **kwargs, ): - self.controller = GalilController(socket_cls=socket_cls, socket_host=host, socket_port=port) + self.controller = LamniGalilController( + socket_cls=socket_cls, socket_host=host, socket_port=port + ) self.axis_Id = axis_Id self.controller.set_axis(axis=self, axis_nr=self.axis_Id_numeric) self.sign = sign