SPA Subsystem

OVERView:OVSTatistic

 

 

OVERView:OVSTatistic

Query

:SPA{12}:OVERView:OVSTatistic?

 

 

{XHITsOHITsTOTal}

 

 

The OVERView:OVSTatistic query returns the number of hits associated with

 

 

the requested statistic or returns the number of hits in the specified bucket.

 

 

XHITs requests the number of hits in the bucket where the X marker is

 

 

located. OHITs requests the number of hits in the bucket where the

 

 

O marker is located. TOTal requests the total number of hits.

Returned Format

[:SPA{12}:OVERView:OVSTatistic] {XHITsOHITsTOTal},

 

 

<number_hits><NL>

<number_hits>

integer number

 

 

 

Example

10 DIM String$[100]

 

 

20

OUTPUT XXX;":SELECT 1"

 

 

30

OUTPUT XXX;":SPA2:OVERView:OVSTatistic? OHITs"

 

 

40

ENTER XXX;String$

 

 

50

PRINT String$

 

 

60

END

 

 

 

 

16–14