pylabrobot.liquid_handling.backends.tecan.EVO.EVO.parse_response

pylabrobot.liquid_handling.backends.tecan.EVO.EVO.parse_response#

EVO.parse_response(resp: bytearray) Dict[str, str | int | List[int]]#

Parse a machine response string

Parameters:

resp (bytearray) – The response string to parse.

Returns:

A dictionary containing the parsed values.

Return type:

Dict[str, str | int | List[int]]