ophyd.utils.errors¶
Exceptions
|
Signal or Device has been destroyed and is no longer usable |
|
Signal or Device is not connected to EPICS |
|
One or more exceptions was raised during a loop of try/except blocks |
|
When Status.set_finished() or Status.set_exception(exc) is called too late |
|
Value is outside of defined limits |
|
Ophyd base exception class |
|
|
|
Signal is read-only |
|
|
|
Timeout specified when a Status object was created has expired. |
|
Generic error when a Status object is marked success=False without details. |
|
|
|
TimeoutError raised when we ware waiting on completion of a task. |