pylabrobot.brooks.precise_flex.PreciseFlex.set_monitor_speed#
- async PreciseFlex.set_monitor_speed(speed_pct: int) None#
Set the global system (monitor) speed.
- Parameters:
speed_pct (int) – Speed percentage between 0 and 100, where 100 means full speed.
- Raises:
ValueError – If speed_pct is not between 0 and 100.
- Return type:
None