File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
labscript_devices/IMAQdxCamera Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ class IMAQdxCamera(TriggerableDevice):
29
29
"pixel_size" ,
30
30
"magnification" ,
31
31
"manual_mode_camera_attributes" ,
32
+ "exception_on_failed_shot" ,
32
33
"mock" ,
33
34
],
34
35
"device_properties" : [
35
36
"camera_attributes" ,
36
37
"stop_acquisition_timeout" ,
37
- "exception_on_failed_shot" ,
38
38
"saved_attribute_visibility_level"
39
39
],
40
40
}
@@ -162,6 +162,7 @@ def __init__(
162
162
if isinstance (serial_number , (str , bytes )):
163
163
serial_number = int (serial_number , 16 )
164
164
self .serial_number = serial_number
165
+ self .exception_on_failed_shot = exception_on_failed_shot
165
166
self .BLACS_connection = hex (self .serial_number )[2 :].upper ()
166
167
if camera_attributes is None :
167
168
camera_attributes = {}
You can’t perform that action at this time.
0 commit comments