- Introduced nxscript putSlab
This commit is contained in:
@ -143,6 +143,12 @@ attribute.
|
|||||||
<dt>nxscript makelink targetAlias victimAlias
|
<dt>nxscript makelink targetAlias victimAlias
|
||||||
<dd>This creates a symbolic link for victimAlias in the group
|
<dd>This creates a symbolic link for victimAlias in the group
|
||||||
designated by targetAlias.
|
designated by targetAlias.
|
||||||
|
<dt>nxscript putslab alias startlist sizelist obj
|
||||||
|
<dd>Writes a slab of data. alias is the alis to write too. startslist is
|
||||||
|
a Tcl list containing the start indexes, sizelist is the size of the slab
|
||||||
|
to write as a Tcl list and obj is the SICS object to write. Obj can be a
|
||||||
|
histogram memory; then the histogram memory data is written. Or it can be
|
||||||
|
a sicsdata object, the value of which will then be written.
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
<H1>Automatic Updating of NeXus Files</H1>
|
<H1>Automatic Updating of NeXus Files</H1>
|
||||||
|
Reference in New Issue
Block a user