
79
SCPI Command Reference
10.12.3
COMParator:AUX
The COMParator:AUX command sets the auxiliary BIN counting function of the comparator to
ON or OFF.
Command Syntax
COMParator:AUX {ON,OFF,1,0}
Parameter
Where,{ON,OFF,1,0} is:
ON or 1
Set the AUX BIN to ON
OFF or 0
Set the AUX BIN to OFF
Example
SEND> COMP:AUX OFF
Query Syntax
COMParator:AUX?
Query Response
{on,off}
Example
SEND> COMP:AUX?
RET>
on
10.12.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
Query Syntax
COMParator:BINS?
Query Response
<NR1> (1 to 9)
Example
SEND> COMP:BINS?
RET>
3
10.12.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
SEND> COMP:TOL:NOM 1E-6
Query Syntax
COMParator:TOLerance:NOMinal?
Query Response
<NR3>
Example
SEND> COMP:TOL:NOM?
RET>
1.000000e-06
10.12.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
SEND> COMP:TOL:BIN 2,200E-6,300E-6