AFL.automation.loading.DummyPump# Classes DummyPump() SerialDevice(port[, baudrate, timeout, ...]) SyringePump() class AFL.automation.loading.DummyPump.DummyPump[source]# __init__()[source]# Dummy pump for testing - does nothing, but boy does it look good doing it. stop()[source]# Abort the current dispense/withdraw action. Equivalent to pressing stop button on panel. withdraw(volume, block=True, delay=True)[source]# dispense(volume, block=True, delay=True)[source]# setRate(rate)[source]# getRate()[source]# emptySyringe()[source]# blockUntilStatusStopped(pollingdelay=0.2)[source]# getStatus()[source]# query the pump status and return a tuple of the status character, infused volume, and withdrawn volume)