pylabrobot.liquid_handling.backends package#
Backends are used to communicate with liquid handling devices on a low level. Using them directly can be useful when you want to have very low level control over the liquid handling device or want to use a feature that is not yet implemented in the front end.
Abstract#
Abstract base class for liquid handling robot backends. |
|
A backend that serializes all commands received, and sends them to |
Hardware#
Abstract base class for Hamilton liquid handling robot backends. |
|
Interface for the Hamilton STAR. |
|
A Hamilton Vantage liquid handler. |
|
Backends for the Opentrons liquid handling robots. |
|
Interface for the Tecan Freedom EVO series |
Net#
Net backends can be used to communicate with servers that manage liquid handling devices.
A backend that sends commands over HTTP(s). |
|
A backend that hosts a websocket server and sends commands over it. |
Testing#
Chatter box backend for device-free testing. |