PSI sics-cvs-psi_pre-ansto

This commit is contained in:
2003-06-13 00:00:00 +00:00
committed by Douglas Clowes
parent 2e3ddfb6c6
commit 3ffd0d8af4
1099 changed files with 318432 additions and 0 deletions

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

@@ -0,0 +1,20 @@
<html>
<head>
<title>Counting Commands</title>
</head>
<body>
<h1>Counting Commands</h1>
<dl>
<DT>count <i>[mode preset]</i>
<DD> Does a count operation in mode with a given preset.
<i>Mode</i> can be <i>timer</i> or <i>monitor</i>.
The parameters mode and preset are optional. If they
are not given the count will be started with the
current setting in the histogram memory object.
<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.
</body>
</html>