Command Description R&S SMB
1407.0806.32 6.94 E-2
SYSTem:DATE <year>,<month>,<day>
The command sets the date for the instrument-internal calendar. "
Example:
SYST:DATE 2003,05,01
'sets May 1, 2003.
*RST value Resolution Options SCPI
- - Compliant
SYSTem:DISPlay:UPDate ON | OFF
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.
Example:
SYST:DISP:UPD OFF
'switches update of displayed parameter values off.
*RST value Resolution Options SCPI
- - Device-specific
SYSTem:ERRor:ALL?
The command queries all entries in the error queue and then deletes them. Positive error numbers
denote device-specific errors, and negative error numbers denote error messages defined by SCPI
(see section "Error Messages"). If the error queue is empty, 0 ("No error") is returned.
The command is a query command and therefore has no *RST value.
Example:
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.
*RST value Resolution Options SCPI
- - Compliant
SYSTem:ERRor:CODE:ALL?
The command queries all entries in the error queue and then deletes them. Only the error numbers
are returned and not the entire error text. Positive error numbers denote device-specific errors, and
negative error numbers denote error messages defined by SCPI (see section "Error Messages"). If
the error queue is empty, 0 ("No error") is returned.
The command is a query command and therefore has no *RST value.
Example:
SYST:ERR:CODE:ALL?
'queries all entries in the error queue.
Response: "0"
'no errors have occurred since the error queue was last read out.
*RST value Resolution Options SCPI
- - Compliant