77Command Reference
11.12.1 COMParator:STATe
The COMParator:STATe command sets the comparator function to ON or OFF.
Command Syntax
COMParator:STATe {ON,OFF,1,0}
Parameter
Where,
ON or 1 Sets the comparator to ON
OFF or 0 Sets the comparator to OFF
Example
SEND> COMP:STAT OFF<NL>
Query Syntax
COMParator:STATe?
Query Response
{on,off}
Example
SEND> COMP:STAT?<NL>
RET> on<NL>
11.12.2 COMParator:MODE
The :COMParator:MODE command sets the limit mode of the comparator function.
Command Syntax
COMParator:MODE {ABS,PER,SEQ}
Parameter
Where,{ABS,PER,SEQ} is:
ABS Absolute tolerance mode
PER Percent tolerance mode
SEQ Sequential mode
Example
SEND> COMP:MODE PER<NL>
Query Syntax
COMParator:MODE?
Query Response
{abs,per,seq}
Example
SEND> COMP:MODE?<NL>
RET> abs<NL>