From 6d99df5bf1fa5e27153b6b64a929628ce5a7b522 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Mon, 17 Oct 2022 17:09:43 +0200 Subject: [PATCH] CCU4: fix enum in he ext channel parameter --- tcl/drivers/ccu4.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/drivers/ccu4.tcl b/tcl/drivers/ccu4.tcl index a255017..1726313 100644 --- a/tcl/drivers/ccu4.tcl +++ b/tcl/drivers/ccu4.tcl @@ -228,7 +228,7 @@ proc stdConfig::ccu4 {{title CCU4} args} { node hea out prop label "add. He channels" - prop enum 0,1,6 + prop enum 0,1,6=6 node hch out -int prop label "LHe channel"