Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(api): Add GEB tiprack definition to default containers #1658

Merged
merged 1 commit into from
Jun 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/docs/source/labware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ Tip rack for a 200 or 300 uL pipette (single or 8-channel)

.. image:: img/labware_lib/Tiprack-200ul.png

GEB-tiprack-300
opentrons-tiprack-300ul
---------------

This is a custom-made 300ul tiprack for the OT 2 model (single or 8-channel)

.. code-block:: python

labware.load('GEB-tiprack-300', slot)
labware.load('opentrons-tiprack-300ul', slot)


**Accessing Tips:** *single channel* ``['A1']-['H12']``, *8-channel* ``['A1']-['A12']``
Expand Down
Loading