API Reference v9.1.0

ChannelAddressdata class

Module: zaber_motion

Holds device address and IO channel number.

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

Index

pProperties

Properties

p

device

channel_address.device
int Device address.
p

channel

channel_address.channel
int IO channel number.