pylabrobot.resources.Liquid

Contents

pylabrobot.resources.Liquid#

class pylabrobot.resources.Liquid(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

A type of liquid (eg water, ethanol, etc.).

Backends use this information to determine optimal parameters for aspirating and dispensing. In software like VENUS and EvoWare, this information is part of “Liquid Classes”. In PyLabRobot, liquid classes are simply groups of parameters passed to lh.

Attributes

ACETONITRIL80WATER20

WATER

ETHANOL

GLYCERIN

GLYCERIN80

DMSO

PLASMA

SERUM

ACETONITRILE

DIMETHYLSULFOXID

BLOOD

BRAINHOMOGENATE

CHLOROFORM

METHANOL

OCTANOL

DNA_TRIS_EDTA

PBS_BUFFER

METHANOL70WATER030

Methods

from_str(s)

Some liquid classes have more than one name.