Changes to sct files
This commit is contained in:
@@ -84,5 +84,6 @@ driver mercury_scpi = {
|
||||
@ set par [expr ${par} + [hgetpropval [sct] pid_bias]]
|
||||
@ set cmd "${cmd_str}${par}"
|
||||
@ }
|
||||
@ sct update [sct target]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user