Source code for pylablib.devices.Attocube.base

from ...core.devio.comm_backend import DeviceError, DeviceBackendError

[docs]class AttocubeError(DeviceError): """Generic Attocube error"""
[docs]class AttocubeBackendError(AttocubeError,DeviceBackendError): """Attocube backend communication error"""