From 8e1d0b8536a566408d049e3e35058a98e8fc378a Mon Sep 17 00:00:00 2001 From: ci_update_bot Date: Thu, 6 Mar 2025 09:17:05 +0000 Subject: [PATCH] docs: Update device list --- debye_bec/devices/device_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/debye_bec/devices/device_list.md b/debye_bec/devices/device_list.md index 01126a8..67fe846 100644 --- a/debye_bec/devices/device_list.md +++ b/debye_bec/devices/device_list.md @@ -10,3 +10,4 @@ | Mo1BraggScanControl | Mo1 Bragg PVs to control the scan after setting the parameters. | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | | Mo1BraggScanSettings | Mo1 Bragg PVs to set the scan setttings | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | | Mo1BraggStatus | Mo1 Bragg PVs for status monitoring | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | +| NIDAQ | NIDAQ ophyd wrapper around the NIDAQ backend currently running at x01da-cons-05

Args:
prefix (str) : Prefix to the NIDAQ soft ioc, currently X01DA-PC-SCANSERVER:
name (str) : Name of the device
kind (Kind) : Ophyd Kind of the device
parent (Device) : Parent clas
device_manager : device manager as forwarded by BEC
| [debye_bec.devices.nidaq](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/nidaq.py) |