Files
sics/site_ansto/instrument/lyrebird/config/commands/commands.tcl
Jing Chen 5153e16e86 update for Lyrebird
r3101 | jgn | 2011-04-11 15:09:26 +1000 (Mon, 11 Apr 2011) | 1 line
2012-11-15 17:10:23 +11:00

11 lines
250 B
Tcl

source $cfPath(commands)/commands_common.tcl
namespace eval motor {
# is_homing_list = comma separated list of motors which are safe to send "home"
variable is_homing_list ""
}
proc ::commands::isc_initialize {} {
::commands::ic_initialize
}