pylabrobot.mettler_toledo.MettlerToledoResponse#
- class pylabrobot.mettler_toledo.MettlerToledoResponse(command: str, status: str, data: List[str] = <factory>)#
Bases:
objectA single parsed MT-SICS response line.
Format: <command> <status> [<data> …] CR LF See protocol.md for full format description.
Attributes
Methods
__init__(command, status, data)