Skip to content

Commit

Permalink
chore(docs): Add trash bin load for api 2.16 example (#14455) (#14463)
Browse files Browse the repository at this point in the history
Trashbin support is required for API 2.16

Co-authored-by: Anurag Kanase <[email protected]>
  • Loading branch information
sfoster1 and anuwrag authored Feb 9, 2024
1 parent fd0f7aa commit 277074a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/docs/v2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 277074a

Please sign in to comment.