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.
Properties
pinvalid_packet_exception_data.packet
str The invalid packet that caused the exception.
pinvalid_packet_exception_data.reason
str The reason for the exception.