msl.equipment.resources.picotech.errors module

Exceptions and error codes defined in the Pico Technology SDK.

class msl.equipment.resources.picotech.errors.PS2000Error(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

OK = 0
MAX_UNITS_OPENED = 1
MEM_FAIL = 2
NOT_FOUND = 3
FW_FAIL = 4
NOT_RESPONDING = 5
CONFIG_FAIL = 6
OS_NOT_SUPPORTED = 7
PICOPP_TOO_OLD = 8
class msl.equipment.resources.picotech.errors.PS3000Error(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

OK = 0
MAX_UNITS_OPENED = 1
MEM_FAIL = 2
NOT_FOUND = 3
FW_FAIL = 4
NOT_RESPONDING = 5
CONFIG_FAIL = 6
OS_NOT_SUPPORTED = 7
PICOPP_TOO_OLD = 8