Regenerate SCT drivers
This commit is contained in:
@@ -74,8 +74,8 @@ proc add_bruker {name ip_address tcp_port id datype {tol 0.1}} {
|
||||
::scobj::bruker::add_driver ${name} "environment" ${simulation_flag} ${ip_address} ${tcp_port} ${id} ${datype} ${tol}
|
||||
}
|
||||
|
||||
clientput "file evaluation of sct_bruker.tcl"
|
||||
::scobj::bruker::sics_log 9 "file evaluation of sct_bruker.tcl"
|
||||
clientput "file evaluation of bruker_sct.tcl"
|
||||
::scobj::bruker::sics_log 9 "file evaluation of bruker_sct.tcl"
|
||||
|
||||
proc ::scobj::bruker::read_config {} {
|
||||
set catch_status [ catch {
|
||||
@@ -162,7 +162,7 @@ proc ::scobj::bruker::read_config {} {
|
||||
if { [llength $missing_list] > 0 } {
|
||||
error "$name is missing configuration values $missing_list"
|
||||
}
|
||||
${ns}::mkDriver sct_${name} ${device_class} ${simulation_flag} ${ip_address} ${tcp_port} {*}$arg_list
|
||||
${ns}::mkDriver sct_${name} ${name} ${device_class} ${simulation_flag} ${ip_address} ${tcp_port} {*}$arg_list
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user