Skip to content

Commit

Permalink
2.18 in robot_position
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Mar 7, 2024
1 parent 2308641 commit 8c4e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/v2/robot_position.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ You can adjust the position of the pipette center with the :py:meth:`.TrashBin.t
trash.top(z=10) # 10 mm higher
trash.top(y=10) # 10 mm towards back, default height
.. versionadded:: 2.16
.. versionadded:: 2.18

.. note::
Another difference between the trash container ``top()`` methods and ``Well.top()`` is that they return an object of the same type, not a :py:class:`.Location`. This helps prevent performing undesired actions in trash containers. For example, you can :py:meth:`.aspirate` at a location or from a well, but not from a trash container. On the other hand, you can :py:meth:`.blow_out` at a location, well, trash bin, or waste chute.
Expand Down

0 comments on commit 8c4e580

Please sign in to comment.