From 5e0d3277d14fa6da0a11fc01e87a229981e28118 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 15 Jan 2026 08:36:54 +0100 Subject: [PATCH] w --- csaxs_bec/devices/epics/mcs_card/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/devices/epics/mcs_card/README.md b/csaxs_bec/devices/epics/mcs_card/README.md index d76f8a3..7465c79 100644 --- a/csaxs_bec/devices/epics/mcs_card/README.md +++ b/csaxs_bec/devices/epics/mcs_card/README.md @@ -10,4 +10,4 @@ Operation of the MCS card requires proper configuration as some of the parameter The ophyd device implementation is provided [MCSCard](./mcs_card.py). This class provides a basic interface to the MCS PVs, including configuration of parameters such as number of channels, dwell time, and control of acquisition start/stop. Please check the source code of the class for more details of the implementation. -The [MCSCardCSAXS](./mcs_card_csaxs.py) class extends the basic MCSCard implementation with cSAXS-specific logic and configurations. Please be aware that this is also linked to the implementation of other devices, most notably the [delay generator integration](../delay_generator/README.md), which is used as the trigger source for the MCS card during operation. \ No newline at end of file +The [MCSCardCSAXS](./mcs_card_csaxs.py) class extends the basic MCSCard implementation with cSAXS-specific logic and configurations. Please be aware that this is also linked to the implementation of other devices, most notably the [delay generator integration](../delay_generator_csaxs/README.md), which is used as the trigger source for the MCS card during operation. \ No newline at end of file