pylabrobot.kbiosystems.ultraseal_pro.KBiosystemsUltrasealPRO.send_command# async KBiosystemsUltrasealPRO.send_command(command: str, read_reply: bool = True) → str# Send a command and return the reply with the echoed command stripped. Parameters: command (str) – command string without the CR terminator, e.g. “A160”, “?”. read_reply (bool) – if False, do not read a reply (used for commands that send none). Return type: str