From eba21b67fa6130e4cd2c02cba46cdf7ca8138129 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 12 Aug 2025 11:43:28 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index 09cd616..ff7a2ee 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -147,6 +147,7 @@ class Timepix(PSIDeviceBase, TimePixControl): ) self._troistep = 1 self._troin = 5000 + self._pv_timeout = 3 super().__init__( name=name, prefix=prefix, scan_info=scan_info, device_manager=device_manager, **kwargs )