Skip to content
Merged
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
13 changes: 13 additions & 0 deletions pylabrobot/liquid_handling/backends/hamilton/STAR.py
Original file line number Diff line number Diff line change
Expand Up @@ -7965,3 +7965,16 @@ async def get_from_hotel(
xe=f"{high_acceleration_index} {low_acceleration_index}",
gc=int(fold_up_at_end),
)

async def violently_shoot_down_tip(self, channel_idx: int):
"""Shoot down the tip on the specified channel by releasing the drive that holds the spring. The
tips will shoot down in place at an acceleration bigger than g. This is done by initializing
the squeezer drive wihile a tip is mounted.

Safe to do when above a tip rack, for example directly after a tip pickup.

.. warning::

Consider this method an easter egg. Not for serious use.
"""
await self.star.send_command(module=STAR.channel_id(channel_idx), command="SI")