pylabrobot.shaking.shaker.Shaker.shake

Contents

pylabrobot.shaking.shaker.Shaker.shake#

async Shaker.shake(speed: float, duration: float | None = None)#

Shake the shaker at the given speed

Parameters:
  • speed (float) – Speed of shaking in revolutions per minute (RPM)

  • duration (float | None) – Duration of shaking in seconds. If None, shake indefinitely.