pylabrobot.opentrons.flex.flex_head.FlexHead1.pick_up_tips#
- async FlexHead1.pick_up_tips(tip_spot: TipSpot, offset: Coordinate | None = None) None#
Pick up one tip – one
pickUpTipcommand namingtip_spot.Raises
OpentronsErrorif the (sole) channel already holds a tip (double-pickup guard, mirrorsFlexHead8’s). Tip tracker change is staged (commit=False) before the wire command; after the wire command succeeds, the hardware tip-presence sensor is checked (_verify_tips_seated()) – the tracker and_channel_tipsare committed only if that verification passes, rolled back (with no_channel_tipsmutation) if the sensor reports a missed pickup.- Parameters:
tip_spot (TipSpot)
offset (Coordinate | None)
- Return type:
None