User`s guide
492 Chapter7
Language Reference
ID Output Identiļ¬cation
ID Output Identiļ¬cation
Syntax
Figure 7-138 ID Syntax
Description
The ID command returns the model number of the spectrum analyzer
(for example, HP8563E/EC) and any options installed.
Query Response
Figure 7-139 ID Query Response
Example
10 DIM Id$[80]
20 OUTPUT 718;"ID?;"
30 ENTER 718;Id$
40 PRINT Id$
50 END