Module: commands/pipetter

Pipetter commands module.

Version:
  • v1
Source:

Members


<static, constant> commandHandlers

Handlers for pipetter commands.

Source:

Methods


<inner> getLabwareWell( [labwareName] [, well])

Takes a labware name and a well and returns a fully specified well. If the wells is undefined, return undefined.

Parameters:
Name Type Argument Description
labwareName string <optional>

name of labware for wells that don't have specified labware.

well array <optional>

well identifier, with or without labware explicitly specified.

Source:
Returns:

fully specified well (e.g. on labware).

Type
array

<inner> getLabwareWellList( [labwareName] [, wells])

Takes a labware name and a list of wells and returns a list of wells. If the list of wells is empty or undefined, an empty array is returned.

Parameters:
Name Type Argument Description
labwareName string <optional>

name of labware for wells that don't have specified labware.

wells array <optional>

list of wells, with or without labware explicitly specified.

Source:
Returns:

a list of wells on labware.

Type
array