addtoWorktable: add to worktable

addToWorktableR Documentation

add to worktable

Description

adds the labware to a worktable file to keep track of used labware

Usage

addToWorktable(
  RackLabel = "",
  grid = 0,
  site = 0,
  RackType = "",
  Volume = 0,
  LiquidClass = ""
)

Arguments

RackLabel

Max. 32 characters User-defined label (name) which is assigned to the labware.

grid

integer 1 - 67 labware location - carrier grid position

site

integer 0 - 127 labware location - (site on carrier - 1)

RackType

Max. 32 characters, Labware type (configuration name), e.g. “384 Well, landscape”. Only used for basic worklists.

Volume

needed in Rack: this will be filled up by the functions

LiquidClass

class in the Rack.

Value

a string with warnings generated by the function

See Also

Other general methods: addToWorklist(), init(), write.gwl()


dcangst/rrobot documentation built on April 10, 2024, 1:59 a.m.