Fluke PM3370B Musical Instrument User Manual


 
THE CPL PROTOCOL 6 - 13
IDENTIFICATION ID
Purpose:
Returns the identification of the oscilloscope. It gives information about the model
number, the version numbers of all software modules and the installed options.
This Identification (ID) command gives the same information as can be read from
the oscilloscope screen after pressing the frontpanel knob UTILITY and the
softkey MAINTENANCE.
Command:
Response 1:
Response 2:
Note: The items in the identity string are separated by a ’;’(ASCII 59)
Example:
100 PRINT #1,"ID" :’Send command
110 GOSUB 1000 :’Sync on acknowledge
120 INPUT #1,ID$ :’Input Identity string
130 PRINT ID$ :’Print Identity string
"ID" CR
acknowledge CR
identity string CR