bec_worker: reinitisiale config file added

This commit is contained in:
appleb_m
2026-06-25 17:06:02 +02:00
parent ec45bf3729
commit 1e9e5ae9a7
+3 -2
View File
@@ -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()