File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
pylabrobot/liquid_handling/backends/hamilton Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments