Updated user documentation. MK
This commit is contained in:
@@ -5,7 +5,18 @@
|
||||
<body>
|
||||
<h2>Rünbuffer Commands</h2>
|
||||
<p>
|
||||
LNS scientists have got used to using Rünbuffers for instrument control. A Rünbuffer is an array of SICS commands which typically represent a measurement. This Rünbuffer can be edited at run time. This is very similar to a macro. In contrast to a macro only SICS commands are allowed in Rünbuffers. When done with editing the Rünbuffer it can be entered in a Rünlist. This is a stack of Rünbuffers which get executed one by one. While this is happening it is possible (from another client) to modify the Rünlist and edit and add additional Rünbuffer on top of the stack. This allows for almost infinite measurement and gives more control than a static batch file. In order to cater for this scheme three commands have been defined:</p>
|
||||
LNS scientists have got used to using Rünbuffers for instrument
|
||||
control. A Rünbuffer is an array of SICS commands which
|
||||
typically represent a measurement. This Rünbuffer can be edited
|
||||
at run time. This is very similar to a macro. In contrast to a macro
|
||||
only SICS commands are allowed in Rünbuffers. When done with
|
||||
editing the Rünbuffer it can be entered in a Rünlist. This
|
||||
is a stack of Rünbuffers which get executed one by one. While
|
||||
this is happening it is possible (from another client) to modify the
|
||||
Rünlist and edit and add additional Rünbuffers on top of
|
||||
the stack. This allows for almost infinite measurement and gives more
|
||||
control than a static batch file. In order to cater for this scheme
|
||||
three commands have been defined:</p>
|
||||
<p>
|
||||
The <b> Buf </b> object is responsible for creating and deleting Rünbuffers. The syntax is:<ul>
|
||||
<li> <b> Buf new name </b> creates a new empty Rünbuffer with the name name. name will be installed as a SICS object afterwards.
|
||||
@@ -14,7 +25,8 @@
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
After creation, the Rünbuffer is accessible by his name. It than understands the commands:<ul>
|
||||
After creation, the Rünbuffer is accessible by his name. It
|
||||
then understands the commands:<ul>
|
||||
<li> <b> NAME append what shall we do with a drunken sailor </b> will add all text after append as a new line at the end of the Rünbuffer.
|
||||
<li> <b> NAME print </b> will list the contents of the Rünbuffer.
|
||||
<li> <b> NAME del iLine </b> will delete line number iLine from the Rünbuffer.
|
||||
@@ -37,3 +49,5 @@
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user