API Reference v9.2.0

IoPortLabeldata class

Module: zaber_motion.ascii

The label of an IO port.

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

Properties

p

port_type

io_port_label.port_type
IoPortType The type of the port.
p

channel_number

io_port_label.channel_number
int The number of the port.
p

label

io_port_label.label
str The label of the port.