pylabrobot.liquid_handling.backends.opentrons_backend.OpentronsBackend.serialize

pylabrobot.liquid_handling.backends.opentrons_backend.OpentronsBackend.serialize#

OpentronsBackend.serialize() dict#

Serialize the backend so that an equivalent backend can be created by passing the dict as kwargs to the initializer. The dict must contain a key “type” that specifies the type of backend to create. This key will be removed from the dict before passing it to the initializer.

Return type:

dict