Files
sics/site_ansto/instrument/reflectometer/config/scan/scan.tcl
Ferdi Franceschini a1a07d3d0f Set the default scan finish behaviour for the "runscan" command to to reset the scan motor to the start position
r2244 | ffr | 2007-11-07 15:56:33 +1100 (Wed, 07 Nov 2007) | 2 lines
2012-11-15 13:29:52 +11:00

11 lines
279 B
Tcl

source $cfPath(scan)/scan_common_1.tcl
::scan::runscan_reset_position true
##
# @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
}
}