factory_reset#
- BaseInstrument.factory_reset(*, deep: bool = True, timeout: int = 30) None [source]#
Load the factory default settings.
- Parameters:
deep (bool) – A flag that specifies if a synchronization should be performed between the device and the data server after loading the factory preset (default: True).
timeout (int) – Timeout in seconds to wait for the factory reset to complete.
- Raises:
ToolkitError – If the factory preset could not be loaded.
TimeoutError – If the factory reset did not complete within the given timeout.
- Return type:
None