VRUNs
VRUNs
query
The VRUNs query returns the number of valid runs and total number of
runs made. Valid runs are those where the pattern search for both the X
and 0 markers was successful resulting in valid delta time measurements.
Query Syntax:
:MACHine{
1~2}:SLISt:VRUNs?
Returned Format:
[:MACHine{l
~2}:SLISt:VRUNs]
<valid-runs>
,ctotal-runs>
<NL>
where:
<valid-runs
z-
:: = zero or positive integer
<total-runs
>
:: = zero or positive integer
Example:
10
DIM
Vr$[lOO]
20 OUTPUT
XXX;“:MACHINEl:SLIST:VRUNS?”
30 ENTER
XXX;Vr$
40 PRINT
Vr$
50 END
HP 1650B/HP 16518
Programming Reference
SLIST Subsystem
13-21