pylabrobot.centrifuge.highres.microspin_backend.MicroSpinBackend.__init__#
- MicroSpinBackend.__init__(host: str, port: int = 1000, timeout: float = 30.0)#
- Parameters:
host (str) – IP address or DNS name of the MicroSpin’s Ethernet interface.
port (int) – TCP port for the remote-control server. Defaults to
DEFAULT_PORT(1000, the factory default). Override this if your device has been reconfigured via its/network.htmlweb UI to listen on a different port.timeout (float) – Default per-command timeout in seconds. Long-running commands (
spin,home) automatically extend this internally.