aktualisierte Hardware(terminal server), kursive bzw. fett gedruckte Schreibweise

Beispiele
This commit is contained in:
cvs
2002-07-10 11:15:07 +00:00
parent d57cd3af50
commit ee143c691c
12 changed files with 117 additions and 118 deletions

View File

@ -3,19 +3,18 @@
<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.
<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>
</dl>
Both commands make sure, that measured data is written to files.
</p>
</body>
</html>