pylabrobot.azenta.fluidx.intellixcap96.CartridgeProfile#

class pylabrobot.azenta.fluidx.intellixcap96.CartridgeProfile(number: int, communication_protocol: int, decap_max_retry: int, recap_max_retry: int, raw: str)#

Bases: object

Settings of the cartridge profile the instrument is running.

Attributes

Methods

__init__(number, communication_protocol, ...)

from_raw(raw)

Parse the five-digit profile reply: 2-digit number then three 1-digit fields.

Parameters:
  • number (int)

  • communication_protocol (int)

  • decap_max_retry (int)

  • recap_max_retry (int)

  • raw (str)