w
All checks were successful
CI for superxas_bec / test (pull_request) Successful in 34s
CI for superxas_bec / test (push) Successful in 1m31s

This commit is contained in:
2025-11-30 16:04:17 +01:00
parent 51c37c5e3f
commit f56334e8f2

View File

@@ -177,6 +177,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
"get_pixel_map",
"set_pixel_map",
"set_pixel_map_from_json_file",
"set_enable_xes",
]
xes_data = Cpt(
@@ -401,6 +402,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
def enable_xes(self, value: bool):
"""Set whether XES data acquisition is enabled."""
self._enable_xes = value
self._enable_xes_settings(value)
# Update device manager config if available
if self.device_manager is not None:
dev_obj = self.device_manager.devices.get(self.name, None)