Language Dictionary 3
Keysight Models 6811C, 6812C, and 6813C Programming Guide 189
SYSTem:ERRor?
This query returns the next error number followed by its corresponding error
message string from the remote programming error queue. The queue is a FIFO
(first-in, first-out) buffer that stores errors as they occur. As it is read, each error is
removed from the queue. When all errors have been read, the query returns
“0, No Error”. If more errors are accumulated than the queue can hold, the last
error in the queue is “–350, Too Many Errors”.
SYSTem:LANGuage
Sets the command language of the ac source to SCPI. The language selection is
stored in non-volatile memory and is retained after power-off. Both the command
and query form can be given regardless of the current language.
SYSTem:PERSona:MANufacturer
Sets the manufacturer string returned by *IDN? query.
Query syntax SYSTem:ERRor?
Parameters None
Examples
SYST:ERR?
Returned parameters <NR1>, <SRD>
Command syntax SYSTem:LANGuage <language>
Parameters SCPI
Examples
SYST:LANG SCPI
Query syntax SYSTem:LANGuage?
Returned parameters <CRD>
Command syntax SYSTem:PERSona:MANufacturer <quoted_string>
Parameters <quoted_string>
Examples
SYST:PERS:MAN “Keysight Technologies”
Query syntax SYSTem:PERSona:MANufacturer?
Returned parameters <SRD>
Related commands SYST:PERS:MAN:DEF