API Reference v9.1.0

DevicePortTypeenum

Module: zaber_motion

Type of TCP port used to connect to a device on the network.

To use this type, add from zaber_motion import DevicePortType to the top of your source code.

NameValueDescription
DevicePortType.DEVICE0TCP port that communicates only with the connected device.
DevicePortType.DEVICE_CHAIN1TCP port that communicates with the connected device and all chained devices.