From 7c7628ae43e3019a1fd30b14aa6be94addea5bc7 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Fri, 19 Jan 2024 14:36:26 +0100 Subject: [PATCH] updates software doc --- doc/source/source_rst/software/operations/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index e9e8cb5f..8b11b93a 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -62,7 +62,7 @@ The configuration is written in a python file structured in a series of dictiona #. HARDWARE_CONFIG: the hardware system in which the five different modules 'ctl' (controller), 'tx' (transmitter), 'rx' (receiver), 'mux' (multiplexers), 'pwr' (power). - +.. table:: HARDWARE_CONFIG +----------+----------------+---------------------------------------------------------------------------------------------------------------------------------------+ | Main Key | Module Key | Value | | | +--------------------------------------------------+------------------+-----------------------------------------------------------------+ @@ -103,7 +103,7 @@ The configuration is written in a python file structured in a series of dictiona | | | +------------------+-----------------------------------------------------------------+ | | | | mb_2023_0_X | | Load RX defined in | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` | -| +--------------- +--------------------------------------------------+------------------+-----------------------------------------------------------------+ +| +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | | latency | | Latency in seconds in continuous mode | | | | | | | (related to ADS) | Float, e.g. 0.01 | 10 ms | | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ -- GitLab