Remote Control Commands
R&S
®
SMU200A
791Operating Manual 1007.9845.32 ─ 15
Return values: 
string<Resource>
SYST:COMM:GPIB:RES
queries the VISA resource string.
Response: GPIB::28::INSTR
Example:
Query onlyUsage:
:SYSTem:DATE <Date>
The command sets the date for the instrument-internal calendar.
Parameters:
<year>,<month>,<day><Date>
SYST:DATE 2003,05,01
sets May 1, 2003.
Example:
SCPI conformUsage:
:SYSTem:DISPlay:UPDate <Update>
The command switches the update of the display on/off. A switchover from remote control
to manual control always sets the status of the update of the display to ON.
Parameters:
0|1|OFF|ON
ON
<Update>
*RST: 
SYST:DISP:UPD OFF
switches update of displayed parameter values off.
Example:
SYSTem:ERRor:ALL? <All >
The command queries all entries in the error queue and then deletes them.
Return values: 
string
0
"No error", i.e the error queue is empty.
positive value
Positive error numbers denote device-specific errors.
negative value
Negative error numbers denote error messages defined by SCPI
<All >
SYST:ERR:ALL
queries all entries in the error queue.
Response: 0, 'no error'
No errors have occurred since the error queue was last read out.
Example:
SYSTem Subsystem