connect#
method
- PRM1Z8.connect(serialno: str = '', polling: int = 200, home: bool = False)#
Connect to the device.
- Parameters:
- serialnostr
The serial number of the device to connect to.
- pollingint, optional
The polling rate in milliseconds (default 200).
- homebool, optional
Whether to automatically home the device upon connection (default
False).