This commit is contained in:
2025-09-03 15:39:54 +02:00
parent c782e6e1dd
commit 2050c01609

View File

@@ -22,7 +22,7 @@ if TYPE_CHECKING: # pragma: no cover
from bec_lib.messages import ScanStatusMessage
from bec_server.device_server.device_server import DeviceManagerDS
PILATUS_READOUT_TIME = 0.1 # in s
PILATUS_READOUT_TIME = 0.3 # in s
PILATUS_ACQUIRE_TIME = (
999999 # This time is the timeout of the detector in operation mode, so it needs to be large.
)