A-42
A2
C.24 idnReply
The idnReply procedure is used to obtain a response similar to the GPIB
*IDN? string. It contains the FW revision, the ICS product model number,
and other miscellaneous information.
struct idn_Parms {
};
struct idn_Resp {
unsigned
int
error;
unsigned
int
length;
unsigned
char reply[128];
};
idn_Resp idnReply (idn_Parms) = 25;
The length determines the length of the data buffer. The maximum length
is 128 bytes.
Error Meaning
0
No error
Содержание N4865A
Страница 20: ...1 16 1 This page left intentionally blank ...
Страница 32: ...2 12 2 This page left intentionally blank ...
Страница 40: ...3 8 3 This page left intentionally blank ...
Страница 44: ...4 4 4 This page purposely left blank ...
Страница 96: ...A 44 A2 This page purposely left blank ...
Страница 100: ...Index 4 I This page left intentionally blank ...