pylabrobot.centrifuge.highres.microspin_backend.MicroSpinBackend.open_door#
- async MicroSpinBackend.open_door() None#
Not supported on the MicroSpin: there is no door-only open workflow.
Always raises
NotImplementedError. The MicroSpin’sopen <bucket>firmware command opens the door and presents the requested bucket in one shot, which is what callers actually want 99% of the time – seego_to_bucket1()/go_to_bucket2(). The standaloneodwire command is documented as maintenance-only in manual §6.7 and is deliberately not exposed here. If you really need to drive it (e.g. for service), usebackend.send_command("od")directly.- Return type:
None