Skip to content

Commit 59e760a

Browse files
authored
violently_shoot_down_tip (#396)
1 parent d6a78a9 commit 59e760a

File tree

1 file changed

+13
-0
lines changed
  • pylabrobot/liquid_handling/backends/hamilton

1 file changed

+13
-0
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,3 +7965,16 @@ async def get_from_hotel(
79657965
xe=f"{high_acceleration_index} {low_acceleration_index}",
79667966
gc=int(fold_up_at_end),
79677967
)
7968+
7969+
async def violently_shoot_down_tip(self, channel_idx: int):
7970+
"""Shoot down the tip on the specified channel by releasing the drive that holds the spring. The
7971+
tips will shoot down in place at an acceleration bigger than g. This is done by initializing
7972+
the squeezer drive wihile a tip is mounted.
7973+
7974+
Safe to do when above a tip rack, for example directly after a tip pickup.
7975+
7976+
.. warning::
7977+
7978+
Consider this method an easter egg. Not for serious use.
7979+
"""
7980+
await self.star.send_command(module=STAR.channel_id(channel_idx), command="SI")

0 commit comments

Comments
 (0)