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; the comparator is ON.
0 (decimal48) is equal to OFF; the comparator is OFF.
For example: WrtCmd( “COMP ON” ); turn on the comparator function.
Query syntax: COMParator[:STATe]?
Return format: <COMP STAT><NL^END>
Where,
<COMP STAT> is ON to indicate that the comparison function is turned on.
OFF to indicate that the comparison function is turned off
The :AREAsize[:STATe] command sets the Areasize comparator function to ON or OFF.
The :AREAsize[:STATe]
?
query returns the current Areasize comparator state.
Command syntax:
ON
COMParator:AREAsize[:STATe] OFF
1
0
COMParator:BDV:AREAsize[:STATe] ON
OFF
1
0 .
For example: WrtCmd( “COMP:AREA ON” ); turn on the Areasize comparator function.
WrtCmd( “COMP:BDV:AREA ON” ); turn on the destruction test area comparison method.
Query syntax: COMParator:AREAsize[:STATe]?
COMParator:BDV:AREAsize[:STATe]?
Return format: <AREA STAT><NL^END>
<AREA STAT> is ON to indicate that the Areasize comparator function is turned on.
OFF to indicate that the Areasize comparator function is turned off
(The following BDV command will not be introduced separately; its syntax is to add a BDV in
the grammar of non-destructive testing)