From 4941232be68b5c9e74ffa684c2dcd5b341da72a8 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 8 Jul 2025 17:56:34 +0200 Subject: [PATCH] add bool type to the displayed curves --- tcl/drivers/secop_4.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/drivers/secop_4.tcl b/tcl/drivers/secop_4.tcl index d3638cf..a6c5d97 100644 --- a/tcl/drivers/secop_4.tcl +++ b/tcl/drivers/secop_4.tcl @@ -257,7 +257,7 @@ proc secop::make_par {secopar desc {kind ""}} { } lassign [split $path /] nul obj par set fmtunit "" - if {[lsearch [list enum int double] $secoptype0] >= 0} { + if {[lsearch [list enum int double bool] $secoptype0] >= 0} { set fmtunit "" if {[catch {set unit [dict get $datadesc unit]}]} { set unit 1