From c7fc70a112a3a515f5ceb97f5dc900977bda0c49 Mon Sep 17 00:00:00 2001 From: Bjoern Senfftleben <bjoern.senfftleben@xfel.eu> Date: Thu, 6 Feb 2025 19:29:13 +0100 Subject: [PATCH] change shuttertime dtype to uint64 to allow for higher values --- src/tempus/Tempus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tempus/Tempus.py b/src/tempus/Tempus.py index 606a8b3..fe0075a 100644 --- a/src/tempus/Tempus.py +++ b/src/tempus/Tempus.py @@ -370,7 +370,7 @@ class Tempus(Device): defaultValue=False, allowedStates={State.INIT, State.ON}) - shutterTime = UInt16( + shutterTime = UInt64( displayedName="Shutter Time", unitSymbol=Unit.SECOND, metricPrefixSymbol=MetricPrefix.MILLI, -- GitLab