ST2515 Operation Manual
71
The : BIN:PERCent? query returns to the current tolerance of the specific bin.
Command syntax:
BIN:PERCent <Bin NO.>,<Tolerance(%)>
Where,
<Bin NO.> = 0 to 9(NR1) specified bin no., namely specific bin
<Tolerance(%)> = 0 to 99.999 (NR2) the tolerance of the specific bin,
unit: “%”
For example: WrtCmd(“BIN:PERC 1,10”); Set the tolerance of bin 1 as 10%.
Query Syntax: BIN: PERCent?<Bin NO.>
Return format: the format and unit of <Tolerance(%)><NL^END> are the same as above.
Note: If the tolerance does not exist, the returned value is “+9.37”
The : BIN:ENABle command sets the enable mask of the bin function.
The : BIN:ENABle? query returns to the current enable number of the bin function.
Command syntax:
BIN: ENABle <Enable Mask>
Where,
<Enable Mask> = 0 to 1023(NR1) enable mask (decimal system)
Transfer some bit to 1, namely hold the corresponding bin enable
Bit No.
9
8
7
6
5
4
3
2
1
0
BIN NO.
BIN9
BIN8
BIN7
BIN6
BIN5
BIN4
BIN3
BIN2
BIN1
BIN0
For example: WrtCmd(“BIN:ENAB 15”); Set the enable mask from BIN0 to BIN3.
Query Syntax: BIN:ENABle?
Return format: the format and unit of < Enable Mask ><NL^END> are the same as above.
The :BIN:RESult command querys the last bin comparator result of the instrument.
Query Syntax: BIN:RESult?
Return format: < NR1> <NL^END>
Where,
< NR1> = 0 to 1023
When the judging result of some bin is “GD”, transfer the corresponding bit to 1
Bin Number
9
8
7
6
5
4
3
2
1
0
BIN NO.
BIN9
BIN8
BIN7
BIN6
BIN5
BIN4
BIN3
BIN2
BIN1 BIN0
For example: when <NR1> = 128, only the judging result of BIN7 is “GD’.
7.1.9
STATistics Subsystem Commands
Statistics subsystem commands are used to set the statistics funtion of the instrument, including
statistics state switch, statistics limit, limit mode and statistics data clear.