pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.check_fw_string_error#
- STAR.check_fw_string_error(resp: str)#
Raise an error if the firmware response is an error response.
- Raises:
ValueError – if the format string is incompatible with the response.
HamiltonException – if the response contains an error.
- Parameters:
resp (str)