Command
Reference
114
Example
SEND> COMP:AUX?<NL>
RET>
on<NL>
11.11.4 COMParator:BINS
The COMParator:BINS command sets the total number of bins.
Command
Syntax
COMParator:BINS <value>
Parameter
Where,{value} is:
NR1 (1 to 9)
Example
SEND> COMP:BINS 3<NL>
Query Syntax
COMParator:BINS?
Query Response <NR1> (1 to 9)
Example
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.
Command
Syntax
COMParator:TOLerance:NOMinal <value>
Parameter
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.
Example
SEND> COMP:TOL:NOM 100N<NL>
SEND> COMP:TOL:NOM 1E-6<NL>
Query Syntax
COMParator:TOLerance:NOMinal?
Query Response <NR3>
Example
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.
Command
Syntax
COMParator:TOLerance:BIN <n>,<low limit>,<high
limit>
Parameter
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
Example
SEND> COMP:TOL:BIN 1,100P,200P<NL>
SEND> COMP:TOL:BIN 2,200E-6,300E-6<NL>