From 486b82c526ab33296f0a41e4465a9aa030421dd5 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sun, 1 Apr 2007 15:19:04 +1000 Subject: [PATCH] Fixed call to nxscript. r1775 | ffr | 2007-04-01 15:19:04 +1000 (Sun, 01 Apr 2007) | 2 lines --- .../config/hmm/hmm_configuration_common_1.tcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl index 01d0d005..44cb52c4 100644 --- a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl +++ b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl @@ -1,5 +1,5 @@ -# $Revision: 1.7 $ -# $Date: 2007-04-01 04:36:09 $ +# $Revision: 1.8 $ +# $Date: 2007-04-01 05:19:04 $ # Author: Mark Lesha (mle@ansto.gov.au) # Last revision by: $Author: ffr $ @@ -405,10 +405,10 @@ proc count_withbm {mode preset} { proc save {} { nxcreatefile nexus_hmscan.dic; hmm_save nxscript entry1 0; - $nxobj makelink scanvar erun; - $nxobj putattribute erun axis 1; - $nxobj putattribute hmcounts signal 1; - $nxobj putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset; + nxscript makelink scanvar erun; + nxscript putattribute erun axis 1; + nxscript putattribute hmcounts signal 1; + nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset; nxclosefile; } }