pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.write

Contents

pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.write#

Vantage.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).