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

21
doc/user/count.htm Normal file
View File

@ -0,0 +1,21 @@
<html>
<head>
<title>Counting Commands</title>
</head>
<body>
<h1>Counting Commands.</h1>
<P>
<DL>
<DT>count mode preset
<DD> Does a count operation in mode with a preset of preset.
The parameters are optional. If they are not
given the count will be started with the current setting in the histogram
memory object. After the count, StoreData will be automatically called.
<DT> Repeat num mode preset.
<DD> Calls count num times. num is a required parameter. The other two are
optional and are handled as described above for count.
</DL>
Both commands make sure, that measured data is written to files.
</p>
</body>
</html>