Essential Commands
Copyright © ITECH Electronic Co., Ltd. 15
Chapter3 Essential Commands
SYSTem:ERRor?
This command return the next error number, followed by a remote programming
error message string.
Sequence is a FIFO buffer FIFO (first-in, first-out), when the error occurres, the
error is stored in the cache. When it is read out, it is deleted from the sequence.
After reading all the errors, the query Returned "0, No Error". If the error
accumulates too much that is more than the cache can bear, the last error of
the sequence will be "-350, Too Many Errors".
Query Syntax
SYSTem:ERRor?
Parameters
None
Returned Parameters
<NR1>, <SRD>
Examples
SYSTem:ERRor[:NEXT]?
SYSTem:VERSion?
This query returns the SCPI revision of the load used. The format is YYYY.V,
where YYYY is the year and V is the revision number for that year.
Query Syntax
SYSTem:VERSion?
Parameters
None
Returned Parameters
<NR1>, <SRD>
Examples
SYSTem:VERS?
SYSTem:SENSe[:STATe] <bool>
This command is used to control the remote compensation function on and off.
Command Syntax
SYSTem:SENSe[:STATe] <bool>