diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index c27b32d972d96bfd5c04ba3a37b6c23012385f42..2c92b345bee6bdccd74df004946fba58f403d301 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -62,6 +62,14 @@ 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). ++------------+--------------+-----------------------------------------------------------------------------------------+ +| Main key | Module_key | Value | +| | +============================+==============================+=============================+ +| | | Type | Expected value | Description | ++============|==============+============================+==============================+=============================+ +| 'ctl' | 'model' | string | 'raspberry_pi' | contains informations related to controller unit, 'raspberry_pi' only implemented so far | ++------------+--------------+----------------------------+------------------------------+-----------------------------+ + .. autodata:: configs.config_example.HARDWARE_CONFIG .. code-block:: python