Command Reference 8-133
*IDN?
Identification query
Reads out the manufacturer, model, serial number, and firmware level in an ASCii
response data element. The query must be the last query in a program message.
Response is <Manufacturer> , <Model>
1
, <Serial Number>, <Firmware Level>.
Example:
SEND ®*IDN?
READ¬ <MANUFACTURER>, <MODEL>
1
, 1234567, V1.01 28 Jun 2004
Notes:
1
The CNT-91R returns the same string as the standard CNT-91, i.e. “CNT-91”.
Complies with standards: IEEE 488.2 1987.
*LMC?
Learn Macro
Makes the instrument send a list of string data elements, containing all macro la-
bels defined in the instrument.
Returned Format:
<String> { ,<String> }¿
<String> = a Macro label. (String data will be surrounded by “ ” as in the example below.)
Example:
SEND® *LMC?
May give the following response:
READ
¬
“AUTOFILT”,"AMPLITUDE?"
Complies with standards: IEEE 488.2 1987.