Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-11-03 14:26:25 +11:00
parent 9adb5cb907
commit 4620c7b079
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
hsetprop ${scobj_hpath}/analyser/spin nxalias "${name}_analyser_spin"
if {[string equal -nocase "${simulation_flag}" "false"]} {
${sct_controller} poll ${scobj_hpath}/analyser/spin 1100
${sct_controller} poll ${scobj_hpath}/analyser/spin 900
${sct_controller} write ${scobj_hpath}/analyser/spin
} else {
::scobj::he3_polanal::sics_log 9 "simulation_flag=${simulation_flag} => No poll/write for he3_polanal"

View File

@ -33,7 +33,7 @@ proc ::scobj::bruker::mkDriver { sct_controller name device_class simulation_fla
set catch_status [ catch {
# mkWrapper hook code starts
add_bruker_bec1 $name $ip_address $tcp_port $tol
add_bruker_BEC1 $name $ip_address $tcp_port $tol
# mkWrapper hook code ends
} catch_message ]
handle_exception ${catch_status} ${catch_message}