Skip to content

Commit be425bc

Browse files
committed
added info to config database and fixed documentation
1 parent b0a9378 commit be425bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/02_user_guide/01_supported_hardware/remote_focus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ between each cycle.
133133
remote_focus_device:
134134
hardware:
135135
type: ASI
136-
channel: PXI6269/ao3
136+
axis: A
137137
min: 0
138138
max: 5
139139
port: COM2

src/navigate/config/configuration_database.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,12 @@
436436
remote_focus_device_types = {
437437
"Equipment Solutions": ("EquipmentSolutions", "equipment_solutions"),
438438
"Analog Device": ("NI", "ni"),
439+
"ASI Device": ("ASI", "asi"),
439440
"Virtual Device": ("Synthetic", "synthetic"),
440441
}
441442

442443
remote_focus_hardware_widgets = {
444+
"axis": ["Device Type", "Input", "string", None, "Example: A"],
443445
"type": ["Device Type", "Combobox", "string", remote_focus_device_types, None],
444446
"channel": ["DAQ Channel", "Input", "string", None, "Example: PXI6259/ao3"],
445447
"min": [

0 commit comments

Comments
 (0)