Keysight E1406A User Manual and SCPI Programing Guide 221SYSTem Subsystem Keysight E1406A Command Reference– Related Commands: SYST:TIME, SYST:TIME?, SYST:DATE?– *RST Condition: *RST does not change the setting of the calendar.ExampleSet the System DateSYST:DATE 1996,06,08 Set June 8, 1996.:DATE?SYSTem:DATE? [MAX | MIN,MAX | MIN,MAX | MIN] returns:When no parameter is sent: the current system date in the form+YYYY,+MM,+DD, where YYYY can be the year 1980 through 2079, MM can bethe month 1 through 12, and DD can be the day 1 through 31.When parameters are sent: the minimum or maximum allowable values for eachof the three parameters.The parameter count must be three.ExampleQuery the System DateSYST:DATE? Ask for current date.input values of year,month,day Read back date.:ERRor?SYSTem:ERRor? queries the system’s error queue. The response format is: number>,"".Comments– As system errors are detected, they are placed in the System instrumenterror queue. The error queue is first in, first out. This means that if severalerror messages are waiting in the queue, each SYST:ERR? query will returnthe oldest error message, and that message will be deleted from thequeue.– If the error queue fills to 30 entries, the last error in the queue is replacedwith Error -350, "Too many errors". No further errors are accepted by thequeue until space becomes available using SYST:ERR?, or the queue iscleared using *CLS.– The SYST:ERR? command can be used to determine if any configurationerrors occurred during the power-on sequence.– When SYST:ERR? is sent while the error queue is empty, the Systeminstrument responds with +0,"No error".