pylabrobot.opentrons.RobotInfo#

class pylabrobot.opentrons.RobotInfo(name: str, model: str, software_version: str, firmware_version: str | None = None, serial_number: str | None = None)#

Bases: object

A health reading. Software version is distinct from the HTTP API version header.

Attributes

Methods

__init__(name, model, software_version[, ...])

from_response(data)

Parameters:
  • name (str)

  • model (str)

  • software_version (str)

  • firmware_version (str | None)

  • serial_number (str | None)