OK, now here's the thing.
You have to save a dataset before you can link a VGroup to it. r1779 | ffr | 2007-04-01 15:44:56 +1000 (Sun, 01 Apr 2007) | 3 lines
This commit is contained in:
committed by
Douglas Clowes
parent
3e8375c974
commit
f3a6c7bd49
@@ -1,5 +1,5 @@
|
|||||||
# $Revision: 1.10 $
|
# $Revision: 1.11 $
|
||||||
# $Date: 2007-04-01 05:38:16 $
|
# $Date: 2007-04-01 05:44:56 $
|
||||||
# Author: Mark Lesha (mle@ansto.gov.au)
|
# Author: Mark Lesha (mle@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
@@ -407,11 +407,11 @@ proc count_withbm {mode preset} {
|
|||||||
set point 0
|
set point 0
|
||||||
nxcreatefile nexus_hmscan.dic;
|
nxcreatefile nexus_hmscan.dic;
|
||||||
hmm_save nxscript entry1 $point;
|
hmm_save nxscript entry1 $point;
|
||||||
nxscript makelink scanvar erun;
|
|
||||||
nxscript_data clear;
|
nxscript_data clear;
|
||||||
nxscript_data putint 0 $point;
|
nxscript_data putint 0 $point;
|
||||||
nxscript putslab erun [list $point] [list 1] nxscript_data;
|
nxscript putslab erun [list $point] [list 1] nxscript_data;
|
||||||
nxscript putattribute erun axis 1;
|
nxscript putattribute erun axis 1;
|
||||||
|
nxscript makelink scanvar erun;
|
||||||
nxscript putattribute hmcounts signal 1;
|
nxscript putattribute hmcounts signal 1;
|
||||||
nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
|
nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
|
||||||
nxclosefile;
|
nxclosefile;
|
||||||
|
|||||||
Reference in New Issue
Block a user