runscan breaks on Taipan. Calling bm status here causes a recursive loop.

The "bm status" calls were added in SICS-705
This commit is contained in:
Ferdi Franceschini
2014-03-24 08:41:00 +11:00
committed by Ferdi Franceschini
parent a785c5ceac
commit f5da28a8a0

View File

@ -7,7 +7,6 @@ namespace eval counter {
proc ::counter::transferscript {} {
variable isc_numchannels
bm status
set val [SplitReply [bm1 gettime]]
for {set i 1} {$i <= $isc_numchannels} {incr i} {
append val " [SplitReply [bm$i getcounts] ]"