hmm_configuration_common_1.tcl
Added daq_dirname to data files for Platypus. r3138 | ffr | 2011-05-19 08:41:58 +1000 (Thu, 19 May 2011) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
ef4763e68f
commit
b43ea76fc4
@@ -45,6 +45,7 @@ namespace eval histogram_memory {
|
||||
hmm configure daq Stopped
|
||||
hmm configure statuscheck false
|
||||
hmm configure num_events_filled_to_histo 12345
|
||||
hmm configure daq_dirname "DAQ_2011-05-09T11-52-50"
|
||||
hmm configure acq_dataset_active_sec 9.8
|
||||
hmm configure acq_start_time_t 1303170800
|
||||
hmm configure acq_stop_time_t 1303170818
|
||||
@@ -1425,6 +1426,15 @@ sicslist setatt ::histogram_memory::total_counts mutable true
|
||||
sicslist setatt ::histogram_memory::total_counts units count
|
||||
sicslist setatt ::histogram_memory::total_counts link data_set
|
||||
|
||||
##
|
||||
# @brief Histogram memory dataset directory
|
||||
::utility::macro::getset text ::histogram_memory::daq_dirname {} {
|
||||
return "daq_dirname = [SplitReply [hmm configure daq_dirname]]"
|
||||
}
|
||||
sicslist setatt ::histogram_memory::daq_dirname klass detector
|
||||
sicslist setatt ::histogram_memory::daq_dirname long_name daq_dirname
|
||||
sicslist setatt ::histogram_memory::daq_dirname mutable false
|
||||
|
||||
##
|
||||
# @brief Histogram memory acquisition time
|
||||
::utility::macro::getset float ::histogram_memory::time {} {
|
||||
|
||||
Reference in New Issue
Block a user