Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Trashbin support is required for API 2.16
  • Loading branch information
anuwrag authored Feb 8, 2024
1 parent 63a20fc commit 45a1b15
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 45a1b15

Please sign in to comment.