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.

    Bases
    typing.Generic[A_co, D_co]
    Decorators
    dataclasses.dataclass

    Methods

    • __init__(self, liquid : Mixture) -> None

      Parameters

      • Name
        self
        Type
        Default
        Description

      • Name
        liquid
        Type
        Mixture
        Default
        Description

    • __str__(self) -> str

      Response

      Type
      str
      Description

    Attributes

    • Name
      liquid
      Type
      Mixture
      Value

      = None

      Description

    • Name
      aspirate_parameters
      Type
      A_co
      Value

      = None

      Description

      Parameter set used for the aspirate method.

    • Name
      dispense_parameters
      Type
      D_co
      Value

      = None

      Description

      Parameter set used for the dispense method.

Copyright © 2024