AFL.automation.prepare.OT2Client#

Classes

Client([ip, port, username, interactive])

Communicate with APIServer

OT2Client([ip, port, username, interactive])

Communicate with AFL-automation server on OT-2

PipetteAction(source, dest, volume[, ...])

class AFL.automation.prepare.OT2Client.OT2Client(ip=None, port='5000', username=None, interactive=False)[source]#

Communicate with AFL-automation server on OT-2

This class maps pipettor functions to HTTP REST requests that are sent to the AFL-automation server

transfer(source, dest, volume, interactive=None, **kwargs)[source]#

Transfer fluid from one location to another

Parameters:
  • source (str or list of str Source wells to transfer from. Wells should be specified as three) – character strings with the first character being the slot number.

  • dest (str or list of str) – Destination wells to transfer from. Wells should be specified as three character strings with the first character being the slot number.

  • volume (float) – volume of fluid to transfer in microliters

reset_tipracks(mount='both')[source]#
load_labware(name, slot)[source]#
load_instrument(name, mount, tip_rack_slots)[source]#
aspirate_rate(rate)[source]#
dispense_rate(rate)[source]#
home()[source]#