SYSTem Subsystem
3–172 AM700 Audio Measurement Set Programmer Manual
<month> Must be <numeric_value>. The month number value is
rounded to the nearest integer from 1 to 12 inclusive. The numbers have the
common correspondence to months: example 1 is January and 12 is December,
etc.
<day> Must be <numeric_value>. The day number is rounded to the
nearest integer in the range of numbers based on the <month>. The days of each
month are tracked correctly and leap years will have February 29th.
Query: syst:date? returns three fields separated by commas:
<year> in NR1 format. Range depends on how long the AM700 tracks the
calendar.
<month> is NR1 format in range of 1 to 12.
<day> is NR1 format in the range of 1 to 31, depending on the month.
*RST: Date tracking is not be affected by *RST.
SYSTem:ERRor?
Usage: A query returns the last queued error. The queue query message is a request for
the next entry from the instrument’s error/event queue. Items in this queue
conatin an integer in the range [–32768, 32767] denoting an error/event number
and associated descriptive text. Negative numbers are reserved for SCPI
standard errors. Positive number are instrument–dependent. An error/event
value of zero (0) indicates that no error or event has occurred. See Appendix B
for a complete listing of error codes and descriptions.
Example: syst:err? responds with one reply from the error message spool, one error
reply for each query until no errors exist. When no errors exist, the reply to the
query is 0,NO ERROR