Changes to sct files

This commit is contained in:
Douglas Clowes
2014-04-24 10:45:45 +10:00
parent bf84f65e5a
commit a52835379d
3 changed files with 18 additions and 13 deletions

View File

@@ -84,5 +84,6 @@ driver mercury_scpi = {
@ set par [expr ${par} + [hgetpropval [sct] pid_bias]]
@ set cmd "${cmd_str}${par}"
@ }
@ sct update [sct target]
}
}

View File

@@ -44,7 +44,7 @@ driver pfeiffer_hg = {
code read_function ack_enq = {
@ if {[string equal -nocase -length 1 ${data} "\x06"]} {
@ debug_log 1 "ack_enq received ACK, send ENQ"
@ debug_log ${tc_root} 1 "ack_enq received ACK, send ENQ"
@ sct send "\x05"
@ }
@ return "readPR1"