Technical data

IEEE-488.2 Common Commands 2
U2761A Programmer’s Reference 21
*IDN?
Syntax
*IDN?
This query reads the U2761A identification string which contains four
comma-separated fields. The first field is the manufacturer's name, the
second field is the model number of the U2761A, the third field is the
serial number, and the fourth field is the firmware revision number. This
query returns an ASCII string with the following format.
AGILENT TECHNOLOGIES,U2761A,<Serial Number>,m.mm-f.ff- b.bb
Example
The following query returns the U2761A identification string.
*IDN?
Typical response:
AGILENT TECHNOLOGIES,U2761A,MY12345678,1.00-1.00-1.00
m.mm = main firmware revision number
f.ff = I/O processor firmware revision number
b.bb = boot loader firmware revision number
?*IDN