85
of 148
6.3.2 SYSTem Subsystem
SYSTem:ERRor?
DESCRIPTION:
The contents of the error buffer are requested.
SYNTAX:
SYSTem:ERRor?
PARAMETERS:
None
QUERY FORM:
Only query form
RESTRICTIONS:
None
List of error messages
-0, NO ERROR:
No error is present.
-100, COMMAND ERROR:
An invalid command was sent.
-101, INVALID CHARACTER:
The command contains an invalid character.
-105, GET NOT ALLOWED:
GET was sent within another command.
-109, MISSING PARAMETER:
A parameter is missing.
-110, COMMAND HEADER ERROR:
The command has an invalid header.
-120, NUMERIC DATA ERROR:
A numerical value is invalid.
-200, EXECUTION ERROR:
Due to a particular device state, the command could not be
executed.
-204, ILLEGAL DEVICE STATE:
The command is valid but cannot be executed in the present
state of the device.
-213, INIT IGNORED:
The INITialize command was ignored.
-220, PARAMETER ERROR:
The command has an invalid parameter.
-221, SETTING CONFLICT:
Due to particular setting, the command with the related
parameter cannot be executed.
-222, DATA OUT OF RANGE:
A parameter lies outside the valid limits.
-224, ILLEGAL PARAMETER VALUE:
The parameter is valid but not used by the device.
-231, DATA QUESTIONABLE:
The value of a parameter is questionable.
-350, QUEUE OVERFLOW:
The error buffer has overflowed.
-400, QUERY ERROR:
A query was sent although no data are present.
-410, QUERY INTERRUTED:
The device was interrupted before it could send a complete
response.
-420, QUERY UNTERMINATED:
A response could not be terminated properly.
SYSTem:KLOCk
DESCRIPTION:
This locks the keypad of the device.
SYNTAX:
SYSTem:KLOCk <parameter>
PARAMETERS:
1 or ON -> The keypad is locked.
0 or OFF -> The keypad is released.
QUERY FORM:
SYSTem:KLOCk?
RESPONSE:
1, if the keypad is locked.
0, if the keypad is released.
RESTRICTION:
None