pylabrobot.pumps.pump.Pump.run_continuously

pylabrobot.pumps.pump.Pump.run_continuously#

async Pump.run_continuously(speed: float)#

Run continuously at a given speed. This method will return after the command has been sent, and the pump will run until halt is called.

If speed is 0, the pump will be halted.

Parameters:

speed (float) – speed in rpm/pump-specific units.