5-324 Agilent 4155C/4156C SCPI Command Reference, Edition 1
SCPI Commands
:SYSTem:DATE
:SYSTem:DATE
This command sets the calendar.
*RST has no effect on the value of this parameter.
Syntax :SYSTem:DATE year | MINimum | MAXimum, month | MINimum | MAXimum,
day | MINimum | MAXimum
Parameter
Query response year, month, day <newline><^END>
year, month, and day are NR1 response data.
Example OUTPUT @Hp4155;":SYST:DATE 1997,9,1"
OUTPUT @Hp4155;":SYST:DATE?"
ENTER @Hp4155;A,B,C
:SYSTem:ERRor?
This command reads the error from the head of the error queue and removes that
error from the queue. This command has query form only.
Syntax :SYSTem:ERRor?
Query response err_no, message <newline><^END>
err_no is numeric response data, and message is string response data..
If there has been no error (error queue is empty), the response to this query
command is as follows:
0,"Noerror"
Example OUTPUT @Hp4155;":SYST:ERR?"
ENTER @Hp4155;A,B$
Parameter Type Explanation
year numeric 1900 to 2099
month numeric 1 to 12
day numeric 1 to 31