Skip to content

Commit 410a671

Browse files
author
spielman
committed
Updated to connection table properties.
1 parent 39eb80b commit 410a671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labscript_devices/IMAQdxCamera/labscript_devices.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class IMAQdxCamera(TriggerableDevice):
2626
"connection_table_properties": [
2727
"serial_number",
2828
"orientation",
29+
"pixel_size",
30+
"magnification",
2931
"manual_mode_camera_attributes",
3032
"mock",
3133
],
@@ -34,8 +36,6 @@ class IMAQdxCamera(TriggerableDevice):
3436
"stop_acquisition_timeout",
3537
"exception_on_failed_shot",
3638
"saved_attribute_visibility_level"
37-
"pixel_size",
38-
"magnification",
3939
],
4040
}
4141
)
@@ -83,7 +83,7 @@ def __init__(
8383
pixel_size ([float,float], optional), default: `[1.0, 1.0]`
8484
The x and y size of the pixels in micrometers. This can be used
8585
in setting the scale in the blacs image display as well as
86-
extracted in lyse for analysis
86+
extracted in lyse for analysis.
8787
8888
magnification (float, optional), default: `1.0`
8989
Imaging system magnification.

0 commit comments

Comments
 (0)