pylabrobot.sartorius.entris.SartoriusEntris2.send_command#

async SartoriusEntris2.send_command(token: str, timeout: int = 15, read_reply: bool = True) str#

Send a command token and return the trimmed, de-spaced reply.

Parameters:
  • token (str) – command token, e.g. “P”, “T”, “x1_” (ESC prefix added here).

  • timeout (int) – seconds to wait for a response.

  • read_reply (bool) – if False, do not read a reply (used for tare, which sends no parseable line).

Return type:

str