Chapter 8
G Mode Functions
© National Instruments Corp.
8-7
GPIB-232CT User Manual
id - Identify System
Type:
General Use function
Syntax:
id
<CR>
Purpose:
You
use
id
if you wish to know the revision level of your
software, or if you wish to know how much RAM is installed
in your GPIB-232CT.
Remarks:
The identification is returned in three strings. The first two
strings identify the company product model, the software
revision level, and a copyright notice. The third string
identifies the number of bytes of RAM in the GPIB-232CT.
Examples:
1.
WRT$="id"+CHR$(13)
'Get system
'identification.
CALL
IBWRT(GPIB232%,WRT$)
response: GPIB-232CT,
Rev.
A.0<CR><LF>
(c)1988 National Instruments<CR><LF>
64K bytes RAM<CR><LF>