From b85b8e6a2fa680522c5a7c985e84c52fd7b27b1c Mon Sep 17 00:00:00 2001 From: ci_update_bot Date: Fri, 13 Sep 2024 13:48:26 +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 be007ff..01126a8 100644 --- a/debye_bec/devices/device_list.md +++ b/debye_bec/devices/device_list.md @@ -4,6 +4,7 @@ | Device | Documentation | Module | | :----- | :------------- | :------ | | Mo1Bragg | Class for the Mo1 Bragg positioner of the Debye beamline.
The prefix to connect to the soft IOC is X01DA-OP-MO1:BRAGG: which is connected to
the NI motor controller via web sockets.
| [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | +| Mo1BraggCalculator | Mo1 Bragg PVs to convert angle to energy or vice-versa. | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | | Mo1BraggCrystal | Mo1 Bragg PVs to set the crystal parameters | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | | Mo1BraggEncoder | Mo1 Bragg PVs to communicate with the encoder | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | | 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) |