Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-11-13 14:53:48 +11:00
parent b35c470c79
commit b84efe47cf
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#
namespace eval ::scobj::he3_polanal {
set debug_threshold 0
set debug_threshold 5
# preamble hook code starts
proc do_update { node dlist idx } {
if {[llength ${dlist}] > ${idx}} {
@ -595,7 +595,7 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
}
hsetprop ${scobj_hpath} klass ${device_class}
hsetprop ${scobj_hpath} data true
hsetprop ${scobj_hpath} debug_threshold 0
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code goes here
} catch_message ]
handle_exception ${catch_status} ${catch_message}

View File

@ -3,7 +3,7 @@
#
namespace eval ::scobj::knauer_pump {
set debug_threshold 0
set debug_threshold 5
}
proc ::scobj::knauer_pump::debug_log {tc_root debug_level debug_string} {
@ -1176,7 +1176,7 @@ proc ::scobj::knauer_pump::mkDriver { sct_controller name device_class simulatio
ansto_makesctdrive ${name}_pump_volume_setp ${scobj_hpath}/pump/volume/setp ${scobj_hpath}/pump/volume/pval ${sct_controller}
hsetprop ${scobj_hpath} klass ${device_class}
hsetprop ${scobj_hpath} data true
hsetprop ${scobj_hpath} debug_threshold 0
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code starts
#hset ${scobj_hpath}/pump/remote 1
# mkDriver hook code ends