Remove superfluous trailing white space from TCL files
This commit is contained in:
@@ -86,7 +86,7 @@ command hdb_bmonscan {
|
||||
text=monitor,timer mode
|
||||
float preset
|
||||
int=0,2 channel
|
||||
} {
|
||||
} {
|
||||
|
||||
bmonscan clear
|
||||
# bmonscan configure script
|
||||
@@ -154,7 +154,7 @@ scriptcallback connect bm COUNTSTART "::monitor::count -set feedback status BUSY
|
||||
scriptcallback connect bm COUNTEND "::monitor::count -set feedback status IDLE"
|
||||
################################################################################
|
||||
|
||||
# Generate the following commands,
|
||||
# Generate the following commands,
|
||||
# ::motor::go_home
|
||||
namespace eval ::motor {
|
||||
set NS [uplevel namespace current]
|
||||
@@ -162,8 +162,8 @@ scriptcallback connect bm COUNTEND "::monitor::count -set feedback status IDLE
|
||||
return -code error "ERROR: Instrument specific command config must set ${NS}::is_homing_list\n"
|
||||
}
|
||||
command go_home "text=$is_homing_list motors" {
|
||||
# Instrument specific command configurations must define
|
||||
# ::motor::is_homing_list, this is a possibly empty comma separated list
|
||||
# Instrument specific command configurations must define
|
||||
# ::motor::is_homing_list, this is a possibly empty comma separated list
|
||||
# of motors which are safe to send to home
|
||||
variable is_homing_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user