Skip to content

Commit 683edfe

Browse files
Removing DAQ text and reorganizing some things
1 parent 7a826e2 commit 683edfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/navigate/config/configuration_database.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
daq_device_types = {
110110
"National Instruments": "NI",
111111
"Virtual Device": "Synthetic",
112-
"Applied Scientific Instrumentation": "ASI"
113112
}
114113

115114
daq_hardware_widgets = {
@@ -441,9 +440,9 @@
441440
}
442441

443442
remote_focus_hardware_widgets = {
444-
"axis": ["Device Type", "Input", "string", None, "Example: A"],
445443
"type": ["Device Type", "Combobox", "string", remote_focus_device_types, None],
446444
"channel": ["DAQ Channel", "Input", "string", None, "Example: PXI6259/ao3"],
445+
"axis": ["Device Type", "Input", "string", None, "Example: A"],
447446
"min": [
448447
"Minimum Voltage",
449448
"Spinbox",

0 commit comments

Comments
 (0)