Skip to content

Commit a4f7577

Browse files
committed
Explain using LLD requires extra time to execute
1 parent 5920bad commit a4f7577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/docs/v2/pipettes/loading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Next, tell the robot to aspirate and dispense some liquid from the reservoir::
256256
pipette.aspirate(100, reservoir["A1"])
257257
pipette.dispense(100, plate["A1"])
258258

259-
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.
259+
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.
260260

261261
.. versionadded:: 2.20
262262

0 commit comments

Comments
 (0)