Skip to content

Commit

Permalink
correct versionchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Feb 20, 2024
1 parent ab326a4 commit 42077fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/src/opentrons/protocol_api/protocol_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,11 +1071,11 @@ def deck(self) -> Deck:
- A module context if the slot contains a hardware module.
- ``None`` if the slot doesn't contain anything.
In API version 2.16 and later, a module that occupies multiple slots is set as
the value for all of the relevant slots. Currently, the only multiple-slot
module is the Thermocycler. When loaded, the :py:class:`ThermocyclerContext`
object is the value for ``deck`` keys ``"A1"`` and ``"B1"`` on Flex, and
``7``, ``8``, ``10``, and ``11`` on OT-2.
A module that occupies multiple slots is set as the value for all of the
relevant slots. Currently, the only multiple-slot module is the Thermocycler.
When loaded, the :py:class:`ThermocyclerContext` object is the value for
``deck`` keys ``"A1"`` and ``"B1"`` on Flex, and ``7``, ``8``, ``10``, and
``11`` on OT-2.
Rather than filtering the objects in the deck map yourself,
you can also use :py:attr:`loaded_labwares` to get a dict of labwares
Expand All @@ -1095,7 +1095,7 @@ def deck(self) -> Deck:
.. versionchanged:: 2.15
``del`` sets the corresponding labware's location to ``OFF_DECK``.
.. versionchanged:: 2.16
.. versionchanged:: 2.14
Includes the Thermocycler in all of the slots it occupies.
"""
Expand Down

0 comments on commit 42077fa

Please sign in to comment.