Code cleanup.
This commit is contained in:
@@ -15,12 +15,7 @@ proc ::counter::isc_initialize {} {
|
|||||||
variable isc_numchannels
|
variable isc_numchannels
|
||||||
variable isc_monitor_address
|
variable isc_monitor_address
|
||||||
variable isc_portlist
|
variable isc_portlist
|
||||||
if {0} {
|
|
||||||
variable isc_beam_monitor_list {MONITOR_1 MONITOR_2}
|
|
||||||
|
|
||||||
set isc_monitor_address "das1-[SplitReply [instrument]]"
|
|
||||||
set isc_portlist [list 30000 30001 30002 30003 30004 30005 30006 30007]
|
|
||||||
}
|
|
||||||
dict for {k v} $::MONITOR_HOSTPORT {
|
dict for {k v} $::MONITOR_HOSTPORT {
|
||||||
lappend monlist $k
|
lappend monlist $k
|
||||||
lappend hostlist [dict get $v HOST]
|
lappend hostlist [dict get $v HOST]
|
||||||
|
|||||||
Reference in New Issue
Block a user