tas/config/hmm/hmm_configuration.tcl

Taipan doesn't not have a histogram memory server.

tas/config/motors/positmotor_configuration.tcl
Taipan doesn't currently have discrete position motors

config/commands/commands_common.tcl
Taipan doesn't have a histogram memory server.

config/nexus/nxscripts_common_1.tcl
Specify internal path name convention for Taipan hdf files

r3282 | ffr | 2011-11-25 10:11:59 +1100 (Fri, 25 Nov 2011) | 13 lines
This commit is contained in:
Ferdi Franceschini
2011-11-25 10:11:59 +11:00
committed by Douglas Clowes
parent 2c3a32f2e3
commit e5431d5e97
4 changed files with 9 additions and 104 deletions

View File

@@ -5,7 +5,8 @@
namespace eval commands { }
proc ::commands::ic_initialize {} {
namespace eval ::histogram {
if {[info procs "histmem" ] != ""} {
namespace eval ::histogram {
set NS [namespace current]
variable parameters
array set parameters {mode UNKNOWN preset UNKNOWN freq UNKNOWN frame_source UNKNOWN}
@@ -70,6 +71,7 @@ namespace eval ::histogram {
::histogram::histmem_cmd -set feedback status IDLE
sicslist setatt ::histogram::histmem_cmd long_name histmem
sicslist setatt ::histogram::histmem_cmd id histmem
}
}
# SCAN COMMANDS
namespace eval ::scan {