API Reference v9.1.0
Toolsclass
Module: zaber_motion
Class providing various utility functions.
To use this type, add from zaber_motion import Tools to the top of your source code.
Methods
s
Tools.discover_tcp_devices(duration = 3000, interface_ip_address = None)Discover Zaber devices shared over local network over TCP/IP.
Arguments
| Name | Type | Description |
|---|---|---|
| duration | int | Optional time in ms to wait for mDNS discovery response (defaults to 3000). |
| interface_ip_address | Optional[str] | Specify which network interface to use by IP address. If no value or an empty string is provided, mDNS query is sent to all compatible network interfaces. |
Return Value
List[DeviceDiscoveryResult] Array of discovered devices.s