holypipette.controller.patch module

class holypipette.controller.patch.AutoPatcher(amplifier, pressure, calibrated_unit, microscope, calibrated_stage, config)[source]

Bases: TaskController

break_in()[source]

Breaks in. The pipette must be in cell-attached mode

clean_pipette()[source]
contact_detection()[source]
patch(move_position=None)[source]

Runs the automatic patch-clamp algorithm, including manipulator movements.

sequential_patching()[source]
exception holypipette.controller.patch.AutopatchError(message='Automatic patching error')[source]

Bases: Exception