hmm_configuration_common_1.tcl
The post_count callback should be called when the count ends. quokka_configuration.tcl Added lakeshore 336, qlink, and rheometer configurations. quokka sct_flipper.tcl Report "-1" for fields which return corrupt or invalid readings. quokka environment.tcl Implement histogram memory pre_count and post_count callbacks to record temperature before and after an acquisition. quokka motor_configuration.tcl Set correct max speed for detector motor, ie it is now 53mm/s instead of 40 wombat_configuration.tcl Added lakeshore 336 driver and julabo and qlink. r3034 | ffr | 2010-12-03 11:07:49 +1100 (Fri, 03 Dec 2010) | 17 lines
This commit is contained in:
committed by
Douglas Clowes
parent
e7e857b70e
commit
8d066dec11
@@ -1146,6 +1146,9 @@ proc SAT_TABLE {args} {
|
||||
}
|
||||
}
|
||||
|
||||
proc ::histogram_memory::pre_count {} {}
|
||||
proc ::histogram_memory::post_count {} {}
|
||||
|
||||
##
|
||||
# @brief Resolve dependencies between the histogram memory tables
|
||||
proc ::histogram_memory::synch_tables {} {
|
||||
@@ -1445,6 +1448,7 @@ sicslist setatt ::histogram_memory::ratemap_xy_total mutable true
|
||||
##
|
||||
# @brief Update the beam monitors when the histmem has finished counting.
|
||||
proc ::histogram_memory::countend_event {} {
|
||||
::histogram_memory::post_count
|
||||
::histogram::histmem_cmd -set feedback status IDLE
|
||||
bm status
|
||||
}
|
||||
@@ -1526,8 +1530,6 @@ Publish FAT_TABLE user
|
||||
Publish OAT_TABLE user
|
||||
Publish SAT_TABLE user
|
||||
|
||||
proc ::histogram_memory::pre_count {} {}
|
||||
proc ::histogram_memory::post_count {} {}
|
||||
|
||||
##
|
||||
# @brief Start an acquisition, non-blocking by default
|
||||
|
||||
Reference in New Issue
Block a user