From 277074a3706c12cda0e135fb571795de2e572f68 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 9 Feb 2024 10:54:21 -0500 Subject: [PATCH] chore(docs): Add trash bin load for api 2.16 example (#14455) (#14463) Trashbin support is required for API 2.16 Co-authored-by: Anurag Kanase <79215426+anuwrag@users.noreply.github.com> --- api/docs/v2/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/api/docs/v2/index.rst b/api/docs/v2/index.rst index 92b770e4065..743bf425c91 100644 --- a/api/docs/v2/index.rst +++ b/api/docs/v2/index.rst @@ -75,6 +75,7 @@ For example, if we wanted to transfer liquid from well A1 to well B1 on a plate, # protocol run function def run(protocol: protocol_api.ProtocolContext): # labware + trash = protocol.load_trash_bin("A3") plate = protocol.load_labware( "corning_96_wellplate_360ul_flat", location="D1" )