Changes add_bruker_BEC1 to add_bruker_bec1

This commit is contained in:
Douglas Clowes
2014-10-22 12:09:49 +11:00
parent 07116a4ef4
commit 2723ed9279

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}