Chapter 5
S Mode Functions
© National Instruments Corp.
5-21
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.
Example:
1.
PRINT #1,"id"
'Get system
'identification.
response: GPIB-232CT
Rev.
A.0<CR><LF>
(c)1988 National Instruments<CR><LF>
64K bytes RAM<CR><LF>