From 7c491cd49c1cac862f350f8b23972d14ccac9035 Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 9 Nov 2022 13:48:03 +0100 Subject: [PATCH] bug fix in heliox::check_set (sct instead fo sct parent) --- tcl/drivers/heliox.tcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tcl/drivers/heliox.tcl b/tcl/drivers/heliox.tcl index 29087d6..42021b0 100644 --- a/tcl/drivers/heliox.tcl +++ b/tcl/drivers/heliox.tcl @@ -79,7 +79,7 @@ proc heliox::check_set {} { set mainsensor /th/pot switch [sctval [sct]/mode] { 1 { - nv set [hvali [sct parent]/holdflow]] + nv set [hvali [sct]/holdflow] th setsorb/channel C th setsorb 20 th mainloop set @@ -87,7 +87,7 @@ proc heliox::check_set {} { run tt [sct target] } 2 { - nv set [hvali [sct parent]/holdflow]] + nv set [hvali [sct]/holdflow] th setsorb/channel C th setsorb 20 th mainloop set @@ -96,7 +96,7 @@ proc heliox::check_set {} { th set [sct target] } 3 { - nv set [hvali [sct parent]/holdflow]] + nv set [hvali [sct]/holdflow] th setsorb/channel B th mainloop setsorb th set 0 @@ -272,7 +272,7 @@ proc heliox::read {} { th setsorb [silent 0.25 hgetpropval [sct parent] goto] # switch to lowT and trigger check_mode hset [sct] 3 - nv set [hvali [sct parent]/holdflow]] + nv set [hvali [sct parent]/holdflow] clientput "the 3He pot [hvali [sct parent]/pot_state]" } }