AFL.automation.shared.exceptions#

Exceptions

EmptyException

Raised when a mixture runs out of mass or volume

MixingException

Raised when a mixture cannot be made

NoDeviceFoundException

Raised when no matching device can be found on the selected port

NotFoundError

SerialCommsException

Raised when the system receives a serial response it can't parse, likely a garbled line

exception AFL.automation.shared.exceptions.EmptyException[source]#

Raised when a mixture runs out of mass or volume

exception AFL.automation.shared.exceptions.MixingException[source]#

Raised when a mixture cannot be made

exception AFL.automation.shared.exceptions.SerialCommsException[source]#

Raised when the system receives a serial response it can’t parse, likely a garbled line

exception AFL.automation.shared.exceptions.NoDeviceFoundException[source]#

Raised when no matching device can be found on the selected port

exception AFL.automation.shared.exceptions.NotFoundError[source]#