A-56
A4
/* The reload_config procedure is used to cause a reload of the configuration
* settings. Any modified configuration settings will be restored to
* default settings.
*/
struct Reload_Config_Resp {
unsigned int error;
};
/* The commit_config procedure is used to cause the current configuration
* settings to be saved. Any modified configuration settings now become
* default settings and will be reloaded as the default settings with either
* reload_config or a reboot.
*/
struct Commit_Config_Resp {
unsigned int error;
};
/* The reboot procedure is used to cause the Edevice to reboot. This causes
* all device links to be cleared, all connections closed, all resources
* released, and the default configuration to be loaded and used during
* initialization.
*/
struct Reboot_Resp {
unsigned int error;
};
/* The idn_string procedure is used to obtain a response similar to the IEEE-488.2
* *IDN? string. It contains the FW revision, the ICS product model number,
* and ohter miscellaneous information.
*/
struct Idn_Resp {
unsigned int error;
opaque idn<>;
};
/* The error_logger procedure is used to obtain the current contents of the
* error log.
*/
struct Error_Log_Resp {
unsigned int error;
unsigned int count;
unsigned int errors[100];
};
Содержание 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 ...