Add num_events_filled_to_histo acq_dataset_active_sec to simulated hmm

r2646 | ffr | 2008-07-11 12:15:55 +1000 (Fri, 11 Jul 2008) | 2 lines
This commit is contained in:
Ferdi Franceschini
2008-07-11 12:15:55 +10:00
committed by Douglas Clowes
parent 1f0f5fe72e
commit cc579068e5

View File

@@ -1,5 +1,5 @@
# $Revision: 1.34 $ # $Revision: 1.35 $
# $Date: 2008-07-11 01:09:56 $ # $Date: 2008-07-11 02:15:55 $
# Author: Ferdi Franceschini # Author: Ferdi Franceschini
# Based on the examples in the hs_test.tcl sample configuration by Mark Lesha. # Based on the examples in the hs_test.tcl sample configuration by Mark Lesha.
# http://gumtree.ansto.gov.au:9080/nbicms/bragg-systems/histogram-server/hs_test.tcl/view # http://gumtree.ansto.gov.au:9080/nbicms/bragg-systems/histogram-server/hs_test.tcl/view
@@ -43,6 +43,8 @@ namespace eval histogram_memory {
MakeHM hmm_t SIM MakeHM hmm_t SIM
hmm configure daq Stopped hmm configure daq Stopped
hmm configure statuscheck false hmm configure statuscheck false
hmm configure num_events_filled_to_histo 12345
hmm configure acq_dataset_active_sec 9.8
foreach bm $::counter::isc_beam_monitor_list { foreach bm $::counter::isc_beam_monitor_list {
set bm_num [string index $bm end] set bm_num [string index $bm end]
if [string is integer $bm_num] { if [string is integer $bm_num] {