diff --git a/src/aare/devices/bec_worker.py b/src/aare/devices/bec_worker.py index 7611b50c..b266f755 100644 --- a/src/aare/devices/bec_worker.py +++ b/src/aare/devices/bec_worker.py @@ -340,8 +340,9 @@ class BECClientWorker: logger.debug(f"Simulating reinitialise_planner_and_position_devices(method={method})") return [] try: - # self.client.config.update_session_with_file( - # f"/sls/{self.beamline}/config/bec/production/") + self.client.config.update_session_with_file( + f"/sls/{self.beamline}/config/bec/production/pxiii_bec/pxiii_bec/device_configs/pxiii-devices.yaml" + ) self.position_devices, self.planner = self.__init_beamline_environment() logger.info(f"Reinitialised BEC planner and position devices using method={method}") return self.list_position_devices()