Appendix A SCPI Command Reference
SYSTem subsystem
WCDMA Options Version 6.20
267
:SYSTem:ERRor:CODE:ALL?
:SYSTem:ERRor:REMote:DISPlay
:SYSTem:Message
Syntax
:SYSTem:ERRor:CODE:ALL?
Parameters
There are no parameters.
Description
There is solely a query form of this command available.
Query
Returns the error codes of all unread error messages in the internal error queue of the
Willtek 4400. The string returned will contain a maximum of 10 integers, separated
by commas.
Note: An overview of all SCPI error messages can be found in section “SCPI command
errors”.
Example
:SYSTem:ERRor:CODE:ALL?
String returned: "371,66"
This means that there were two unread error messages in the error queue (the first
one indicating that there was a timeout on a FETCh command and the second one
meaning that the GPIB could not be initialized).
Syntax
:SYSTem:ERRor:REMote:DISPlay <PredefExp>
Parameters
PredefExp is one of the following predefined expressions: OFF|ON.
Default is OFF.
Description
Switches the error display on the start screen on and off. If it is switched to ON, the
error log will be displayed after the first error occurred.
Query
Reads and returns the current setting.
Example
:SYST:ERR:REM:DISP ON
In remote case the error log window will be displayed.
Syntax
:SYSTem:Message <string1>
Parameters
string1 is a string (text) parameter. The maximum length of string1 is 255
characters.
Description
Writes the message specified with the string1 parameter to the Willtek 4400's
internal system message queue.
Query
Reads and returns the oldest unread message in the Willtek 4400's internal message
queue. The string returned will contain a maximum of 255 characters.
Example
:SYSTem:MESSage "23.17,Procedure A5"
:SYST:MESS?
String returned: "23.17,Procedure A5"
In this example, a RAPID! program performs some internal calculations and then
writes the result to the system message queue. This result is then read by the external
controller.