You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think right now we are only recording pipette positions.
Each value needs to be recorded once when the log file is created, and subsequently whenever the value changes.
Surface height is stored in the Microscope device and can be monitored with Microscope.sigSurfaceDepthChanged. Use man.listInterfaces('microscope') to list the names of all configured microscopes.
Target positions are managed by individual PatchPipette devices and can be monitored with PatchPipette.sigTargetChanged.
The text was updated successfully, but these errors were encountered:
I think right now we are only recording pipette positions.
Each value needs to be recorded once when the log file is created, and subsequently whenever the value changes.
Microscope
device and can be monitored withMicroscope.sigSurfaceDepthChanged
. Useman.listInterfaces('microscope')
to list the names of all configured microscopes.PatchPipette
devices and can be monitored withPatchPipette.sigTargetChanged
.The text was updated successfully, but these errors were encountered: