ST2515 Operation Manual
70
The :BIN:UPPer? query returns to the upper threshold of the specific bin.
Command syntax:
BIN:UPPer <Bin NO.>,<Upper threshold>
Where, <Bin NO.> = 0 to 9(NR1) specified bin no., namely specific bin
<Upper threshold> = 0 to 110E+6 (NR3) the upper threshold of the specific
bin, unit: “Ω”
For example: WrtCmd(“BIN:UPP 1,2000”); Set the upper threshold of bin 1 as 2000Ω.
NOTE: The upper threshold of the same bin should be greater than or equal to the lower
threshold!
Query Syntax: BIN:UPPer?<Bin NO.>
Return format: the format and unit of <Upper threshold><NL^END> are the same as above.
--------------------------------------------------------------------------------------------------------------
Note: If the upper threshold does not exist
, the returned value is “+9.37”
-------------------------------------------------------------------------------------------------------------
The : BIN:LOWer command sets the lower threshold of the instrument specific bin.
The : BIN:LOWer? query returns to the lower threshold of the specific bin.
Command syntax:
BIN: LOWer <Bin NO.>,<Lower threshold>
Where, <Bin NO.> = 0 to 9(NR1) specified bin no., namely specific bin
<Lower threshold> = 0 to 110E+6 (NR3) the lower threshold of the specific bin,
unit: “Ω”
For example: WrtCmd(“BIN:LOW 1,1800”); Set the lower threshold of bin 1 as 1800Ω.
NOTE: The lower threshold of the same bin should be less than or equal to the upper
threshold!
Query Syntax: BIN:LOWer?<Bin NO.>
Return format: the format and unit of <Lower threshold><NL^END> are the same as above.
Note: If the lower threshold does not exist, the returned value is “+9.37”
The : BIN:REFerence command sets the reference resistance of the instrument specific bin.
The : BIN:REFerence? query returns to the current reference resistance of the specific bin.
Command syntax:
BIN: REFerence <Bin NO.>,<Reference Resistance>
Where,
<Bin NO.> = 0 to 9(NR1) specified bin no., namely specific bin
<Reference Resistance> = 0 to 110E+6 (NR3) the reference resistance of the
specific bin, unit: “Ω”
For example: WrtCmd(“BIN:REF 1,20E+3”); Set the reference resistance of bin 1 as 20kΩ.
Query Syntax: BIN: REFerence?<Bin NO.>
Return format: the format and unit of <Reference Resistance><NL^END> are the same as above.
Note: If the reference resistance does not exist, the returned value is “+9.37”
The : BIN:PERCent command sets the tolerance of the instrument specific bin.