Skip to content

Commit

Permalink
link in from API ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Dec 12, 2023
1 parent 544c56a commit 917ff1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/opentrons/protocol_api/protocol_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ def load_adapter_from_definition(
def load_trash_bin(self, location: DeckLocation) -> TrashBin:
"""Load a trash bin on the deck of a Flex.
See :ref:`configure-trash-bin` for details.
If you try to load a trash bin on an OT-2, the API will raise an error.
:param location: The :ref:`deck slot <deck-slots>` where the trash bin is. The
Expand Down Expand Up @@ -496,6 +498,9 @@ def load_waste_chute(
) -> WasteChute:
"""Load the waste chute on the deck.
See :ref:`configure-waste-chute` for details, including the deck configuration
variants of the waste chute.
The deck plate adapter for the waste chute can only go in slot D3. If you try to
load another item in slot D3 after loading the waste chute, or vice versa, the
API will raise an error.
Expand Down

0 comments on commit 917ff1f

Please sign in to comment.