From b5ff1e82f5e8cf85ce6edea8a5588b717e47deb7 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 23 Apr 2013 10:22:20 +1000 Subject: [PATCH] Fix sics_simulation check. --- .../instrument/pelican/config/chopper/sct_fermichopper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/pelican/config/chopper/sct_fermichopper.tcl b/site_ansto/instrument/pelican/config/chopper/sct_fermichopper.tcl index 7d30e293..43260099 100644 --- a/site_ansto/instrument/pelican/config/chopper/sct_fermichopper.tcl +++ b/site_ansto/instrument/pelican/config/chopper/sct_fermichopper.tcl @@ -119,7 +119,7 @@ namespace eval ::scobj::chopper { variable fermiPath set fermiPath /sics/fermi_chopper ::scobj::hinitprops fermi_chopper - set sim_mode [SplitReply chopper_simulation] + set sim_mode [SplitReply [chopper_simulation]] if {$sim_mode == "false"} { set host [dict get $::CHOPPER_HOSTPORT MB350PC HOST] set port [dict get $::CHOPPER_HOSTPORT MB350PC PORT]