Exceptions

class hxrsnd.exceptions.SndException[source]

Base aerotech motor exceptions.

class hxrsnd.exceptions.MotorDisabled[source]

Exception raised when an action requiring the motor be enabled is requested.

class hxrsnd.exceptions.MotorFaulted[source]

Exception raised when an action requiring the motor not be faulted is requested.

class hxrsnd.exceptions.MotorError[source]

Exception raised when an action requiring the motor not have an error is requested.

class hxrsnd.exceptions.BadN2Pressure[source]

Exception raised when an action requiring the N2 pressure be good is requested with a bad pressure.