Added allowed CAT_TABLE elements and echidna specific cat config

r2705 | ffr | 2008-09-24 14:28:45 +1000 (Wed, 24 Sep 2008) | 2 lines
This commit is contained in:
Ferdi Franceschini
2008-09-24 14:28:45 +10:00
committed by Douglas Clowes
parent 79d54fb1fe
commit 1f755ccb0d
2 changed files with 98 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# $Revision: 1.40 $
# $Date: 2008-09-22 05:58:31 $
# $Revision: 1.41 $
# $Date: 2008-09-24 04:28:44 $
# Author: Ferdi Franceschini
# 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
@@ -840,7 +840,7 @@ proc BAT_TABLE {args} {
proc CAT_TABLE {args} {
if [ catch {
set attributes { FRAME_FREQUENCY SIZE_PERIOD COUNT_METHOD COUNT_SIZE READ_DATA_TYPE }
set elements {{ }}
set elements {{MESYTEC_MPSD8_CHANNEL_GAINS MESYTEC_MPSD8_THRESHOLDS MESYTEC_TUBE_PAIR_RESISTANCE_RATIOS MESYTEC_TUBE_MAGNIFICATIONS MESYTEC_TUBE_OFFSETS MESYTEC_TUBE_HISTOGRAM_WEIGHTS }}
set tag CAT
foreach {opt arglist} [::utility::get_opt_arglist $args] {}