6-C4
Appendix C to Section 6: 9100 System Operation — IEEE 488.2 Common Commands and Queries
Final Width = 215mm
6.C.5
I/D (Instrument Identification)
This command conforms to the IEEE 488.2 standard requirements.
∗
IDN?
will recall the instrument’s manufacturer, model number, serial number and firmware level.
Response Format:
Character position
1
2
3
4
5
6
7
8
9
10 11 12
W
a
v
e
t
e
k
L
t
d
,
13 14 15 16 17
9
1
0
0
,
18 19 20 21 22 23 24 25 26 27 28 29 30
X
X
X
X
X
X
X
X
X
X
X
X
,
31 32 33 34
X
.
X
X
Where:
The data contained in the response consists of four comma-
separated fields, the last two of which are instrument-depend-
ent. The data element type is defined in the IEEE 488.2 standard
specification.
A single query sent as a terminated program message will elicit
a single response terminated by:
nl = newline with EOI
If multiple queries are sent as a string of program message units
(separated by semi-colons with the string followed by a
permitted terminator), then the responses will be returned as a
similar string whose sequence corresponds to the sequence of
the program queries. The final response in the string will be
followed by the terminator:
nl = newline with EOI
Response Decode:
The data contained in the four fields is organized as follows:
•
First field
-
manufacturer
•
Second field -
model
•
Third field
-
serial number
•
Fourth field
-
firmware level (will possibly vary from
one instrument to another).
Execution Errors:
None.
Power On and Reset Conditions
Not applicable.
∗
IDN?