From eab846d28e18148b8459a3561aedc2babe4074dd Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 10 Jul 2025 10:15:09 +0200 Subject: [PATCH] frappy_psi.ls372: add 0 to the filter enum --- frappy_psi/ls372.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy_psi/ls372.py b/frappy_psi/ls372.py index c8216a8d..847cf2a7 100644 --- a/frappy_psi/ls372.py +++ b/frappy_psi/ls372.py @@ -196,7 +196,7 @@ class ResChannel(Channel): enabled = Parameter('is this channel enabled?', datatype=BoolType(), readonly=False) pause = Parameter('pause after channel change', datatype=FloatRange(3, 60, unit='s'), readonly=False) dwell = Parameter('dwell time with autoscan', datatype=FloatRange(1, 200, unit='s'), readonly=False) - filter = Parameter('filter time', datatype=FloatRange(1, 200, unit='s'), readonly=False) + filter = Parameter('filter time', datatype=FloatRange(0, 200, unit='s'), readonly=False) _toggle_autorange = 'init' _prev_rdgrng = (1, 1) # last read values for icur and exc