Exceptions

exception labtronyx.common.errors.LabtronyxException[source]

Base class for Labtronyx errors

exception labtronyx.common.errors.InterfaceUnavailable[source]

The interface could not be opened because it is unavailable. Possible causes:

  • A library is missing or not installed
  • An error occurred while accessing the interface
exception labtronyx.common.errors.InterfaceError[source]

Generic error for an exception that occurred during a low-level interface operation.

exception labtronyx.common.errors.InterfaceTimeout[source]

A timeout condition occurred during data transmission, data was not received within the timeout window.

exception labtronyx.common.errors.ResourceUnavailable[source]

The Resource could not be opened because it is unavailable. Possible causes:

  • Resource is in use by another program
  • Resource is locked by the system
  • Resource does not actually exist or is no longer connected to the system
exception labtronyx.common.errors.ResourceNotOpen[source]

Operation could not be processed because the resource is not open. Try calling open before attempting this operation again