Files
sics/site_ansto/instrument/pelican/config/commands/commands.tcl
Jing Chen 506a265815 add Pelican
r3112 | jgn | 2011-04-20 12:44:37 +1000 (Wed, 20 Apr 2011) | 1 line
2012-11-15 17:11:13 +11:00

13 lines
291 B
Tcl

# Author : Jing Chen (jgn@ansto.gov.au)
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
}