SPA Subsystem

HISTogram:LABel

 

 

HISTogram:LABel

Command

:SPA{12}:HISTogram:LABel <label_name>

 

 

The HISTogram:LABel command selects a new label for collecting SPA

 

 

measurements. A query returns the name of the currently selected label.

 

 

Selecting a new label defaults the State Histogram range names, bucket sizes,

 

 

and hit accumulators.

<label_name>

string of up to 6 alphanumeric characters

 

 

 

Example

OUTPUT XXX;":SPA2:HISTogram:LABel ’A’"

 

 

 

Query

:SPA{12}:HISTogram:LABel?

Returned Format

[:SPA{12}:HISTogram:LABel] <label_name><NL>

 

 

 

 

Example

10

DIM String$[100]

 

 

20

OUTPUT XXX;":SELECT 1"

 

 

30

OUTPUT XXX;":SPA2:HISTogram:LABel?"

 

 

40

ENTER XXX;String$

 

 

50

PRINT String$

 

 

60

END

 

 

 

 

16–17