A-48
A4
C.23 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;
opaque idn<>;
};
idn_resp idnreply (idn_Parms) = 25;
Error Meaning
0
No error
C.25 errorLogger
The errorLogger procedure is used to obtain the current contents of the error
log.
struct error_log_Parms {
};
struct Error_Log_Resp {
unsigned int error;
unsigned int count;
unsigned int errors[100];
};
error_log_Resp errorlogger (error_log_Parms) = 26;
The error log will contain 100 entries. The count will signify how many are
valid. The remaining values will be of indeterminate values.
Note this function returns all entries and flushes the error log. Do not run this
function more than 5 times per second to avoid impacting the 80xx's or 90xx's
performance and overloading the network.
Содержание 9099
Страница 20: ...1 16 1 Figure 1 1 9009 Outline Dimensions ...
Страница 24: ...1 20 1 Figure 1 3 9099 Certificate of Compliance ...
Страница 54: ...3 8 3 Figure 3 1 Status Reporting Structure Flash Configuration Reset ...
Страница 94: ...3 48 3 This page left intentionally blank ...
Страница 100: ...4 4 6 This page is left intentionally blank ...
Страница 161: ...A 49 A4 Refer to the ErrorLogger utility for the error value definitions Error Meaning 0 No error ...