1
This commit is contained in:
10
pylablib/Andor/base.py
Normal file
10
pylablib/Andor/base.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from ...core.devio.comm_backend import DeviceError
|
||||
|
||||
class AndorError(DeviceError):
|
||||
"""Generic Andor error"""
|
||||
class AndorTimeoutError(AndorError):
|
||||
"""Andor timeout error"""
|
||||
class AndorFrameTransferError(AndorError):
|
||||
"""Andor frame transfer error"""
|
||||
class AndorNotSupportedError(AndorError):
|
||||
"""Option not supported error"""
|
||||
Reference in New Issue
Block a user