Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-11-13 12:35:46 +11:00
parent 4b9ed0bf7f
commit 3450b4cbf9
42 changed files with 140 additions and 486 deletions

View File

@@ -83,8 +83,8 @@ proc add_keithley_m2700 {name ip_address tcp_port id datype tol} {
::scobj::keithley_m2700::add_driver ${name} "environment" ${simulation_flag} ${ip_address} ${tcp_port} ${id} ${datype} ${tol}
}
clientput "file evaluation of sct_keithley_m2700.tcl"
::scobj::keithley_m2700::sics_log 9 "file evaluation of sct_keithley_m2700.tcl"
clientput "file evaluation of keithley_m2700_sct.tcl"
::scobj::keithley_m2700::sics_log 9 "file evaluation of keithley_m2700_sct.tcl"
proc ::scobj::keithley_m2700::read_config {} {
set catch_status [ catch {
@@ -171,7 +171,7 @@ proc ::scobj::keithley_m2700::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
}
}
}