set_pump_speed

Description

Changes the plunger speed setting of a pump. Plunger speeds are set using "speed codes" where 0 is the fasted and 40 is the slowest. The power up default speed code is 11. See the Balance Clamp Manual for a complete table of speed code values.

Signature

set_pump_speed(self, pump_num: int, speed: int)

Parameters

pump_num: int

The addresses of the pump on which to change valve settings, [0, 14].


speed: int

The speed code to set [0, 40].

Example