From cb4a98491f6f22e3dbecff52bec671c0ccc6fc27 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 14 Feb 2007 16:51:38 +1100 Subject: [PATCH] Simulated histogram memory r1483 | ffr | 2007-02-14 16:51:38 +1100 (Wed, 14 Feb 2007) | 2 lines --- .../script_validator/hmm_configuration.tcl | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site_ansto/instrument/hipd/script_validator/hmm_configuration.tcl diff --git a/site_ansto/instrument/hipd/script_validator/hmm_configuration.tcl b/site_ansto/instrument/hipd/script_validator/hmm_configuration.tcl new file mode 100644 index 00000000..717141c7 --- /dev/null +++ b/site_ansto/instrument/hipd/script_validator/hmm_configuration.tcl @@ -0,0 +1,20 @@ +MakeCounter bm SIM -.5 +bm SetExponent 0 +MakeHM hmm SIM +hmm configure HistMode Normal +hmm configure OverFlowMode Ceil +hmm configure dim0 512 +hmm configure dim1 128 +hmm configure rank 2 +hmm configure BinWidth 4 +#hmm configure BinWidth 1 +hmm preset 100. +hmm CountMode Timer +hmm configure Counter counter +hmm configure init 0 +hmm init + +MakeScanCommand hmscan bm echidna.hdd recover.bin + +proc hs_prepare {scanobjectname userobjectname} {} +proc hs_finish {scanobjectname userobjectname} {}