BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
microscope.DeviceError Class Reference
Inheritance diagram for microscope.DeviceError:
microscope.MicroscopeError microscope.IncompatibleStateError microscope.InitialiseError microscope.UnsupportedFeatureError microscope.DisabledDeviceError

Detailed Description

Raised when there is an issue controlling a device.

This exception is raised when there is an issue with controlling
the device, be it with its programming interface or with the
physical hardware.  It is most common when commands to the device
fail or return something unexpected.

.. note::

   The subclasses `DisabledDeviceError`, `IncompatibleStateError`,
   `InitialiseError`, and `UnsupportedFeatureError` provide more
   fine grained exceptions.

Definition at line 30 of file __init__.py.


The documentation for this class was generated from the following file: