TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-11
Command syntax:
ON
COMParator[:STATe] OFF
1
0
Where,
1 (decimal49) is equal to ON;
0 (decimal48) is equal to OFF;
(The meaning of 0 and 1 in the following text will not be described.)
For example: WrtCmd( “COMP ON” ); set the comparator function to ON.
Query syntax: COMParator[:STATe]?
Return format: <COMP STAT><NL^END>
Where, <COMP STAT> is as follows:
ON the comparator function is ON
OFF the comparator function is OFF
The :AREAsize[:STATe] or :BDV:AREAsize[:STATe] command sets the Areasize comparator
function to ON or OFF. The :AREAsize[:STATe]?or :BDV:AREAsize[:STATe] ? query returns
the current Areasize comparator state.
Command syntax:
COMParator:AREAsize[:STATe] ON
OFF
1
0
COMParator:BDV:AREAsize[:STATe] ON
OFF
1
0
For example: WrtCmd( “COMP:AREA ON” ); set the Areasize comparator function as ON.
WrtCmd( “COMP:BDV:AREA ON” ); set the Areasize comparator function in break testing
as ON.
Query syntax: COMParator:AREAsize[:STATe]?
COMParator:BDV:AREAsize[:STATe]?
Return format: <AREA STAT><NL^END>
Where, <AREA STAT>is as follows:
ON the Areasize comparator function is ON
OFF the Areasize comparator function is OFF