75
The :BIN:CLEar command clears all of the limit value settings.
Command Syntax
COMParator:BIN:CLEar
Example
WrtCmd(“COMP:BIN:CLE”)
:BIN:COUNt[:STATe]
The :BIN:COUNt[:STATe] command sets the BIN count function to ON or OFF.
The :BIN:COUNt[:STATe]? query responds with the current ON/OFF condition of the
BIN count function.
Command Syntax
ON
COMParator:BIN:COUNt[:STATe] OFF
1
0
Where,
0 (decimal 48) When the function is OFF
1 (decimal 49) When the function is ON
Example
WrtCmd(“COMP:BIN:COUN ON”)
Query Syntax
COMParator:BIN:COUNt[:STATe]?
Query Response
Returned Format is:
<NR1><NL^END>
:BIN:COUNt:DATA?
The :BIN:COUNt:DATA? query returns the comparator BIN count results.
Query Syntax
COMParator:BIN:COUNt:DATA?
Query Response
Returned Format is:
<BIN1 count>,<BIN2 count>, <BIN3 count>,<OUT OF
BIN count>, <AUX BIN count><NL^END>
Where,
<BIN1-3 count> NR1 format : count result of BIN1-9
<OUT OF BINS count> NR1 format : count result of OUT OF BINS
<AUX BIN count> NR1 format : count result of AUX BIN
:BIN:COUNt:CLEar
The :BIN:COUNt:CLEar command clears all BIN counts.
Command Syntax
COMParator:BIN:COUNt:CLEar