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 ofspin; the underlyinglockdoorwire command is documented as maintenance-only in manual §6.7 and is deliberately not exposed here. If you really need to drive it, usebackend.send_command("lockdoor")directly.- Return type:
None