Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

19
doc/user/batch.htm Normal file
View File

@@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>Batch Processing in SICS</TITLE>
</HEAD>
<BODY>
<H1>Batch Processing in SICS</H1>
<P>
Users rarely wish to stay close to the instrument all the time but appreciate
if the control computer runs the experiment for them while they
sleep. SICS supports two different ways of doing this:
<ul>
<li>SICS has a built in <a href="macro.htm">macro programming</a> facility based on the
popular scripting language Tcl. The most primitive usage of this
facility is processing batch files.
<li>Second there is the <a href="buffer.htm">LNS R&#252;nbuffer</a> system.
</ul>
</P>
</BODY>
</HTML>