pylabrobot.centrifuge.highres.microspin_backend.MicroSpinBackend.lock_door#

async MicroSpinBackend.lock_door() None#

Not supported on the MicroSpin: door locking is firmware-managed.

Always raises NotImplementedError. The MicroSpin firmware locks the door automatically as part of spin; the underlying lockdoor wire command is documented as maintenance-only in manual §6.7 and is deliberately not exposed here. If you really need to drive it, use backend.send_command("lockdoor") directly.

Return type:

None