aspirate | R Documentation |
Aspirate Command
aspirate(
RackLabel = gwl$defaults$RackLabel,
RackID = gwl$defaults$RackID,
RackType = gwl$defaults$RackType,
Position = gwl$defaults$Position,
TubeID = gwl$defaults$TubeID,
Volume = gwl$defaults$Volume,
LiquidClass = gwl$defaults$LiquidClass,
TipType = "",
TipMask = gwl$defaults$TipMask,
ForcedRackType = gwl$defaults$ForcedRackType,
MinDetectedVolume = gwl$defaults$MinDetectedVolume
)
RackLabel |
Max. 32 characters User-defined label (name) which is assigned to the labware. |
RackID |
Max. 32 characters, Labware barcode. |
RackType |
Max. 32 characters, Labware type (configuration name), e.g. “384 Well, landscape”. |
Position |
1 .. number of wells, Well position in the labware. The position starts with 1 and increases from rear to front and left to right. |
TubeID |
Max. 32 characters, Tube barcode. |
Volume |
0 .. +7158278, Pipetting volume in µl. |
LiquidClass |
Max. 32 characters, This optional parameter overwrites the liquid class specified in the Worklist command. |
TipType |
Reserved, must be omitted. |
TipMask |
1 .. 128, This optional parameter specifies the tip you want to use. The tip number is bit-coded, i.e. Tip 1 = 1, Tip 2 = 2, Tip 3 = 4; Tip 4 = 8 and so on. Please note that you can only use a tip which has been enabled with Tip Selection in the Worklist command. If you do not specify TipMask, Freedom EVOware uses one of the tips specified with Tip Selection in the Worklist command. |
ForcedRackType |
Max. 32 characters, This optional parameter is the configuration name of the labware. If specified, it is used instead of the labware type which is found on the Freedom EVOware worktable. |
MinDetectedVolume |
0 .. +7158278 Liquid volume in µl. If this optional parameter is specified and Liquid Level Detection is enabled in the selected liquid class, it is used by the LiHa to determine the minimum liquid height which must be available in the well. Otherwise a liquid detection error (not enough liquid) will be triggered. MinDetectedVolume specifies the usable volume of liquid. If the aspiration position in the liquid class specifies tip immersion (tip submerging), the actual liquid height in the well must be higher to allow immersion (i.e. the volume of liquid in the well must be more than MinDetectedVolume). |
Other basic worklist commands:
dispense()
,
distribute()
,
gwl_break()
,
gwl_comment()
,
gwl_flush()
,
wash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.