Add a needed SplitReply tom the bmonscan noscanvar
r3520 | dcl | 2012-04-02 12:56:40 +1000 (Mon, 02 Apr 2012) | 1 line
This commit is contained in:
@@ -139,7 +139,7 @@ proc newFileName {idNum postfix} {
|
||||
set ::counter::HP_BM [getatt monitor_counts hdb_path]
|
||||
hsetprop $::counter::HP_BM link data_set
|
||||
hsetprop $::counter::HP_BM @signal 1
|
||||
set nvars [bmonscan noscanvar]
|
||||
set nvars [SplitReply [bmonscan noscanvar]]
|
||||
for { set i 0 } { $i < $nvars } { incr i } {
|
||||
set axis_name [lindex [split [lindex [split [bmonscan getvarpar $i]] 0] "."] 1]
|
||||
set node_name [SplitReply [sicslist $axis_name hdb_path]]
|
||||
|
||||
Reference in New Issue
Block a user