API Reference v9.2.0

InvalidPacketExceptionDatadata class

Module: zaber_motion.exceptions

Contains additional data for the InvalidPacketException.

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

Index

pProperties

Properties

p

packet

invalid_packet_exception_data.packet
str The invalid packet that caused the exception.
p

reason

invalid_packet_exception_data.reason
str The reason for the exception.