Files
sics/site_ansto/instrument/reflectometer/config/scan/scan.tcl
Ferdi Franceschini 6308cd312a pre_hmm_scan_prepare now gets the chopper status and sets the histogram memor frequency to match it.
r2217 | ffr | 2007-11-01 13:03:16 +1100 (Thu, 01 Nov 2007) | 2 lines
2012-11-15 13:28:10 +11:00

10 lines
243 B
Tcl

source $cfPath(scan)/scan_common_1.tcl
##
# @brief Make sure that the chopper is ready before starting a scan.
proc ::scan::pre_hmm_scan_prepare {} {
if [catch {::histogram_memory::tochfreq} errmsg] {
return -code error $errmsg
}
}