33
Essential Commands
8.1 SYSTem:ERRor? 33
8.2 SYSTem:VERSion? 33
8.3 SYSTem:SENSe[:STATe] <bool> 33
8.4 SYSTem:LOCal 34
8.5 SYSTem:REMote 34
8.6 SYSTem:RWLock 34
8.1 SYSTem:ERRor?
This command return the next error number, followed by a remote programming error message string.
Sequence is a FIFO buer FIFO (rst-in, rst-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
Query Response <NR1>, <SRD>
Example SYSTem:ERRor[:NEXT]?
8.2 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
Query Response <NR1>, <SRD>
Example SYSTem:VERS?
8.3 SYSTem:SENSe[:STATe] <bool>
This command is used to control the remote compensation function on and o.
Command Syntax SYSTem:SENSe[:STATe] <bool>
Parameters 0- 1- OFF- ON
Example SYST:SENS ON
Query Syntax SYSTem:SENSe[:STATe]?
Query Response 0-1
*RST Value = OFF