A module of helper functions for the pipetter commands.
- Source:
Methods
-
<static> getEffects_pipette(params, data, effects)
-
Get an object representing the effects of pipetting, aspirating, or dispensing.
Parameters:
Name Type Description paramsobject The parameters for the pipetter._aspirate command.
dataobject The data object passed to command handlers.
effectsobject an optional effects object for effects which have taken place during the command handler and aren't in the data object
Returns:
The effects caused by the
_aspirate,_dispenseor_pipettecommand.- Type
- object
-
<static> getSyringeName(syringeName, data)
-
Get fully qualified syringe object name
Parameters:
Name Type Description syringeNamestring | integer name or number of syringe
dataobject The data object passed to command handlers.
Returns:
fully qualified syringe object name, if found
- Type
- string