From 82da8b2555383eca4ed69d40d6e437cb1718d113 Mon Sep 17 00:00:00 2001 From: ci_update_bot Date: Fri, 19 Jul 2024 09:18:15 +0000 Subject: [PATCH] docs: Update device list --- debye_bec/devices/device_list.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debye_bec/devices/device_list.md b/debye_bec/devices/device_list.md index 2c23e03..5cab129 100644 --- a/debye_bec/devices/device_list.md +++ b/debye_bec/devices/device_list.md @@ -3,9 +3,9 @@ ### debye_bec | Device | Documentation | Module | | :----- | :------------- | :------ | -| Mo1Bragg | Class for the Mo1 Bragg positioner of the Debye beamline | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | -| Mo1BraggCrystal | Class to set the crystal parameters of the Bragg positioner | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | -| Mo1BraggEncoder | | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | -| Mo1BraggScanControl | | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | -| Mo1BraggScanSettings | Scan Settings for Mo1 Bragg positioner | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | -| Mo1BraggStatus | | [debye_bec.devices.mo1_bragg](https://gitlab.psi.ch/bec/debye_bec/-/blob/main/debye_bec/devices/mo1_bragg.py) | +| 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.

Args:
prefix (str): EPICS prefix to connect to the soft IOC
name (str): Name of the device
kind (Kind): Kind of the device
device_manager (object): Device manager object to connect to the BEC
parent (object): Parent object
kwargs: Additional keyword arguments

| [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 communiucate 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) | +| 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) |