diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 15:44:24 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 15:44:24 -0600 |
| commit | 767f1b013dffb8124a389997a2dbf2f06937a1d4 (patch) | |
| tree | 06f20f442ed0e810eb544b740e47089ebb8d8a41 /devices/nidaqmx_device.py | |
| parent | 34c8b0950398c07e84777479f3534615907f4f58 (diff) | |
| parent | 9360dea6e6327004b905eb6d7c782cc7c0d3ba13 (diff) | |
Merge branch 'fix/control-channel-direction-filter'
# Conflicts:
# ui/control_editor.py
Diffstat (limited to 'devices/nidaqmx_device.py')
| -rw-r--r-- | devices/nidaqmx_device.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/nidaqmx_device.py b/devices/nidaqmx_device.py index 9d9747e..9ebec0f 100644 --- a/devices/nidaqmx_device.py +++ b/devices/nidaqmx_device.py @@ -69,6 +69,7 @@ class NidaqmxDevice(BaseDevice): channel_id=f"do{i}", name=f"DO {i}", unit="", min_value=0.0, max_value=1.0, color=_DO_COLORS[i % len(_DO_COLORS)], + writable=True, )) info = DeviceInfo( |
