This change sets the @axes property on the bmonscan data
r3503 | dcl | 2012-03-29 07:57:33 +1100 (Thu, 29 Mar 2012) | 1 line
This commit is contained in:
@@ -139,6 +139,12 @@ proc newFileName {idNum postfix} {
|
|||||||
set ::counter::HP_BM [getatt monitor_counts hdb_path]
|
set ::counter::HP_BM [getatt monitor_counts hdb_path]
|
||||||
hsetprop $::counter::HP_BM link data_set
|
hsetprop $::counter::HP_BM link data_set
|
||||||
hsetprop $::counter::HP_BM @signal 1
|
hsetprop $::counter::HP_BM @signal 1
|
||||||
|
set nvars [bmonscan noscanvar]
|
||||||
|
for { set i 0 } { $i < $nvars } { incr i } {
|
||||||
|
lappend axes_list [lindex [split [lindex [split [bmonscan getvarpar $i]] 0] "."] 1]
|
||||||
|
}
|
||||||
|
set axes [join $axes_list ":"]
|
||||||
|
hsetprop $::counter::HP_BM @axes $axes
|
||||||
} else {
|
} else {
|
||||||
::hdb::set_save / true
|
::hdb::set_save / true
|
||||||
hsetprop $::histogram_memory::HP_HMM datatype_savelist $filetype
|
hsetprop $::histogram_memory::HP_HMM datatype_savelist $filetype
|
||||||
|
|||||||
Reference in New Issue
Block a user