pylabrobot.opentrons.flex.flex_head.FlexHead8.verify_tip_presence#
- async FlexHead8.verify_tip_presence(expected_state: bool) None#
Have the robot fail the command unless its tip sensor reads
expected_state.expected_state=Truerequires a tip;Falserequires no tip. Whereget_tip_presencereports and leaves the judgement to the caller, this one raises the mismatch from the robot side, so it reads as a checkpoint in a sequence.- Parameters:
expected_state (bool)
- Return type:
None