parse_command

lsst.ts.MTMount.commands.parse_command(fields)

Return a Command from a bytes string.

Parameters:
fields : List [str]

Fields from a read message. The fields should not be terminated with ``

``.
Raises:
ValueError

If the data cannot be parsed.