pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.write

Contents

pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.write#

STAR.write(data: str, timeout: int | None = None)#

Write data to the device.

Parameters:
  • data (str) – The data to write.

  • timeout (int | None) – The timeout for writing to the device in seconds. If None, use the default timeout (specified by the write_timeout attribute).