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’s open <bucket> firmware command opens the door and presents the requested bucket in one shot, which is what callers actually want 99% of the time – see go_to_bucket1() / go_to_bucket2(). The standalone od wire 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), use backend.send_command("od") directly.

Return type:

None