API Reference v10.1.0

DeviceAddressConflictExceptionclass

Module: zaber_motion.exceptions

Thrown when there is a conflict in device numbers preventing unique addressing.

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

Parent Class

MotionLibException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
device_address_conflict_exception.details
DeviceAddressConflictExceptionData Additional data for DeviceAddressConflictException.
p

message

readonlyinherited
device_address_conflict_exception.message
str Error message of the exception.

Methods

m

__repr__()

inherited
device_address_conflict_exception.__repr__()
Returns a string that represents the exception.
Return Value
str A string that represents the exception.