We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c463c8 commit 404074dCopy full SHA for 404074d
labscript_devices/IMAQdxCamera/blacs_workers.py
@@ -67,6 +67,7 @@ class MockCamera(object):
67
def __init__(self):
68
print("Starting device worker as a mock device")
69
self.attributes = {}
70
+ self.exception_on_failed_shot = True
71
72
def set_attributes(self, attributes):
73
self.attributes.update(attributes)
0 commit comments