From a4f757741a7a905ca2c21358e85ab725676502c0 Mon Sep 17 00:00:00 2001 From: Joe Wojak Date: Wed, 24 Jul 2024 16:45:41 -0400 Subject: [PATCH] Explain using LLD requires extra time to execute --- api/docs/v2/pipettes/loading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/pipettes/loading.rst b/api/docs/v2/pipettes/loading.rst index 302f5f76e25..f1493b497e7 100644 --- a/api/docs/v2/pipettes/loading.rst +++ b/api/docs/v2/pipettes/loading.rst @@ -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