unitelabs.labware.liquids.liquid_class
Attributes
- Name
A_co
- Type
- Value
= typing.TypeVar('A_co', bound=collections.abc.Mapping, covariant=True)
- Description
- Name
D_co
- Type
- Value
= typing.TypeVar('D_co', bound=collections.abc.Mapping, covariant=True)
- Description
Classes
LiquidClass
Liquid classes are global definitions for a liquid that can be used in any method. The liquid class provides detailed instructions for how a channel's plunger should manipulate a liquid. A liquid class needs to be selected for each aspiration and dispense step in a method, and that liquid class needs to match the tip type and mode. This means that the liquid class needs to be defined in detail ahead of time before the method can be built.
Methods
__str__(self) -> str
Response
- Type
- str
- Description
Attributes