pylabrobot.io.sila.discovery.SiLADevice# class pylabrobot.io.sila.discovery.SiLADevice(host: str, port: int, name: str, serial_number: str | None = None, firmware_version: str | None = None, sila_version: int = 2)# Bases: object A SiLA device found on the network. Attributes firmware_version serial_number sila_version host port name Methods __init__(host, port, name[, serial_number, ...]) Parameters: host (str) port (int) name (str) serial_number (str | None) firmware_version (str | None) sila_version (int)