From 3810cb65a2a8bd930409ea4b05474506acd1c062 Mon Sep 17 00:00:00 2001 From: koennecke Date: Fri, 23 Feb 2007 14:31:56 +0000 Subject: [PATCH] - Introduced nxscript putSlab --- doc/manager/nxscript.htm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manager/nxscript.htm b/doc/manager/nxscript.htm index 6a0492c5..803d6fe0 100644 --- a/doc/manager/nxscript.htm +++ b/doc/manager/nxscript.htm @@ -143,6 +143,12 @@ attribute.
nxscript makelink targetAlias victimAlias
This creates a symbolic link for victimAlias in the group designated by targetAlias. +
nxscript putslab alias startlist sizelist obj +
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.

Automatic Updating of NeXus Files