Skip to content

Commit

Permalink
Explain using LLD requires extra time to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
jwwojak committed Jul 24, 2024
1 parent 5920bad commit a4f7577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/v2/pipettes/loading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Next, tell the robot to aspirate and dispense some liquid from the reservoir::
pipette.aspirate(100, reservoir["A1"])
pipette.dispense(100, plate["A1"])

Liquid detection takes place immediately prior to aspiration. Upon detecting a liquid, the pipette stops, raises itself above the liquid's surface, and then aspirates according to your protocol. Checking for the presence or absence of a liquid adds time to your protocol run, so be aware of that before you use it. Flex continues to execute your protocol until it no longer detects liquid. When the robot doesn't detect liquid, it raises an error and stops the protocol until the problem is resolved.
Liquid detection takes place immediately prior to aspiration. Upon detecting a liquid, the pipette stops, raises itself above the liquid's surface, and then aspirates according to your protocol. Checking for a liquid adds time to your protocol run, so be aware of that before you use it. Flex continues to execute your protocol until it no longer detects liquid. When the robot doesn't detect liquid, it raises an error and stops the protocol until the problem is resolved.

.. versionadded:: 2.20

Expand Down

0 comments on commit a4f7577

Please sign in to comment.