SICS-635: runscan on platypus takes too long to start.
This commit is contained in:
@@ -2,11 +2,12 @@ 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
|
||||
}
|
||||
}
|
||||
# SICS-635 Don't set histmem freq because it takes too long.
|
||||
#proc ::scan::pre_hmm_scan_prepare {} {
|
||||
# if [catch {::histogram_memory::tochfreq} errmsg] {
|
||||
# return -code error $errmsg
|
||||
# }
|
||||
#}
|
||||
|
||||
proc ::scan::isc_initialize {} {
|
||||
::scan::ic_initialize
|
||||
|
||||
Reference in New Issue
Block a user