Skip to content

errors

Errors

Custom errors for AutoGator.

AutogatorError (Exception)

Base class for all AutoGator errors.

CircuitMapKeyError (AutogatorError)

Raised when a location key is not found in a circuit map.

CircuitMapUniqueKeyError (AutogatorError)

Raised when a location key is found in a circuit file more than once.

UncalibratedStageError (AutogatorError)

Raised when commands requiring calibration are called on an uncalibrated

stage.

Back to top