pylabrobot.resources package
Contents
pylabrobot.resources package#
Resources represent on-deck liquid handling equipment, including tip racks, plates and carriers. Many resources defined in the VENUS and Opentrons labware libraries are also defined in this package. In addition, by (optionally subclassing and) instantiating the appropriate classes, you can define your own resources.
Represents coordinates. |
|
Base class for liquid handler decks. |
|
Base class for Itemized resources. |
|
Make equally spaced resources. |
|
Lid for plates. |
|
Base class for deck resources. |
|
ResourceStack represent a group of resources that are stacked together and act as a single unit. |
|
Abstract base class for Tips resources. |
|
Base class for Plate resources. |
|
Abstract base resource for carriers. |
|
A single tip. |
|
Base class for tip carriers. |
|
Base class for plate carriers. |
ML Star resources#
ML Star tip types |
|
ML Star tips |
|
ML Star tip carriers |
|
ML Star plate carriers |
Corning Costar#
Corning Costar plates |
Hamilton#
Hamilton decks. |
|
The Hamilton STAR deck. |
|
A STARLet deck. |
VWR#
Opentrons#
Tip trackers#
See Using trackers for a tutorial.
A tip tracker tracks tip operations and raises errors if the tip operations are invalid. |
|
A tip spot tip tracker tracks and validates tip operations for a single tip spot: a location where tips are stored. |
Volume trackers#
See Using trackers for a tutorial.
A volume tracker tracks operations that change the volume in a container and raises errors if the volume operations are invalid. |
|
A container volume tracker tracks and validates volume operations for a single container. |
|
A channel volume tracker tracks and validates volume operations for a single tip. |