diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index df2ea096b143ae709961a54eafee4310cc11e93f..f9110092591b6a0ad7a1f31ddea2ce7f286389b6 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -83,7 +83,7 @@ The configuration is written in a python file structured in a series of dictiona +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | tx | model | Type of transmitter. | mb_2024_0_2 | | Load TX defined in | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` | -| +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ +| | | +------------------+-----------------------------------------------------------------+ | | | | mb_2023_0_X | | Load TX defined in | | | | | | | :func:`ohmpi.hardware_components.mb_2023_0_X` | | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ @@ -95,15 +95,15 @@ The configuration is written in a python file structured in a series of dictiona | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | | interface_name | | Name of interface used for communication with | | | | | | | controller | i2c | I2C connector 1 | -| | +--------------------------------------------------+------------------+-----------------------------------------------------------------+ +| | | +------------------+-----------------------------------------------------------------+ | | | | i2c_ext | I2C connector 2 | +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | rx | model | Type of transmitter. | mb_2024_0_2 | | Load RX defined in | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` | -| +--------------- +--------------------------------------------------+------------------+-----------------------------------------------------------------+ +| | | +------------------+-----------------------------------------------------------------+ | | | | 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 | | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ @@ -111,7 +111,7 @@ The configuration is written in a python file structured in a series of dictiona | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | | interface_name | | Name of interface used for communication with | | | | | | | controller | i2c | I2C connector 1 | -| | +--------------------------------------------------+------------------+-----------------------------------------------------------------+ +| | | +------------------+-----------------------------------------------------------------+ | | | | i2c_ext | I2C connector 2 | +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | mux | boards | | Dictionary containing all MUX boards of the | | |