Pipettes are commissioned with a model string written to their onboard memory:
p300_single_v1
This model is returned by the API for certain calls, e.g. GET /pipettes. However, in other places in the API, it expects a different format model string. For example, POST /robot/move accepts a pipette model of the format:
p300_single
behavior
current
Pipette model strings have a different format depending on if you're reading from or writing to the API
desired
Pipette model strings should be the same format everywhere (including in the protocol format specified in RFC #1139)
overview
Pipettes are commissioned with a model string written to their onboard memory:
This model is returned by the API for certain calls, e.g.
GET /pipettes
. However, in other places in the API, it expects a different format model string. For example,POST /robot/move
accepts a pipette model of the format:behavior
current
Pipette model strings have a different format depending on if you're reading from or writing to the API
desired
Pipette model strings should be the same format everywhere (including in the protocol format specified in RFC #1139)