There are situations in which an operator may wish to transfer a volume that exceeds the maximum capacity of the mounted pipettes. There are a few possible ways in which we might deal with this:
- Throw an error that says "you can't do that, because you've exceeded the maximum volume" and force the user to break the
Transfer down into multiple Transfer steps, e.g., 200 uL, then another 200 uL, then another 200 uL...
- Throw an error that says "you can't do that, because you've exceeded the maximum volume", but provide an optional parameter that allows the user to specify they want to repeat a
Transfer n times
- Make the Specialization smart enough to figure out for itself the most parsimonious way to break the
Transfer down into multiple steps
There are situations in which an operator may wish to transfer a volume that exceeds the maximum capacity of the mounted pipettes. There are a few possible ways in which we might deal with this:
Transferdown into multipleTransfersteps, e.g., 200 uL, then another 200 uL, then another 200 uL...TransferntimesTransferdown into multiple steps