We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 375211b + adbbd4e commit fb37b00Copy full SHA for fb37b00
ulc_mm_package/hardware/scope_routines.py
@@ -516,7 +516,7 @@ def find_cells_routine(
516
mscope.pneumatic_module.getAmbientPressure()
517
- mscope.pneumatic_module.getPressure()[0]
518
)
519
- while curr_pressure_gauge < processing_constants.MAX_VACUUM_PRESSURE:
+ while curr_pressure_gauge < MIN_PRESSURE_DIFF:
520
# Pass in a flow_error=1.0 to pull the syringe down
521
try:
522
flow_controller.adjustSyringe(flow_error=1.0)
0 commit comments