A-57
A4
/* The reload_factory procedure is used to cause the Edevice to reset the
* default configuration back to the factory loaded defaults. Any/all
* modifications to the default configuration are lost as a result. Note that
* dynamic in-memory configuration settings are not modified until a
* reload_config or reboot is executed.
*/
struct Reload_Factory_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 GPIB
* *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];
};
Содержание 8099
Страница 20: ...1 16 1 This page intentionally left blank...
Страница 40: ...3 4 3 Figure 3 1 Status Reporting Structure Flash Data Corrupted...
Страница 156: ...Index 6 I This page intentionally left blank...