Command Reference
114
SEND> COMP:AUX?<NL>
RET> on<NL>
11.11.4 COMParator:BINS
The COMParator:BINS command sets the total number of bins.
Where,{value} is:
NR1 (1 to 9)
SEND> COMP:BINS?<NL>
RET> 3<NL>
11.11.5 COMParator:TOLerance:NOMinal
The COMParator:TOLerance:NOMinal command sets the nominal value for
the tolerance mode of the comparator function.
COMParator:TOLerance:NOMinal <value>
Where,<value> is:
NR1, NR2 or NR3
A suffix multiplier can be used with this command. But
the suffix unit F//H can’t be used.
SEND> COMP:TOL:NOM 100N<NL>
SEND> COMP:TOL:NOM 1E-6<NL>
COMParator:TOLerance:NOMinal?
SEND> COMP:TOL:NOM?<NL>
RET> 1.00000e-06<NL>
11.11.6 COMParator:TOLerance:BIN
The COMParator:TOLerance:BIN command sets the low/high limit values
of each BIN for the comparator function tolerance mode.
COMParator:TOLerance:BIN <n>,<low limit>,<high
limit>
Where,<n>,<low limit>,<high limit> is:
n NR1 (1 to 9): Bin number
low limit NR1,NR2 or NR3: low limit value
high limit NR1,NR2 or NR3: high limit value
SEND> COMP:TOL:BIN 1,100P,200P<NL>
SEND> COMP:TOL:BIN 2,200E-6,300E-6<NL>