From 5e625c91841be3a906145c60bc82d9b17c773827 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Fri, 19 Jan 2024 18:34:23 +0100 Subject: [PATCH] updates software doc --- doc/source/source_rst/software/operations/config.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index 8d6043f4..0160a130 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -141,10 +141,11 @@ The configuration is written in a python file structured in a series of dictiona | electrodes | List of electrodes addressed by the MUX board | | *array-like*, | Sets electrode IDs addressed by the MUX board | | | | | e.g. range(1,65) | | +--------------------+--------------------------------------------------+-------------------------+-----------------------------------------------------------------+ - | roles | roles addressed by the MUX board | | *string, list* | | Sets roles addressed by the MUX board. | - | | | | of 'A', 'B', 'M', 'N' | | If *string*, MUX addresses only 1 role (for MUX 2023) | - | | | | | | For MUX 2024: | - | | | | or *dict*, e.g. | | * Number of roles defines if MUX set up in 2 or 4 roles mode. | + | roles | roles addressed by the MUX board | | * *string*: | | Sets roles addressed by the MUX board. | + | | | | 'A', 'B', 'M', 'N' | | If *string*, MUX addresses only 1 role (for MUX 2023) | + | | | | * or *list*, e.g. | | | + | | | | ['A, 'B'] | | For MUX 2024: | + | | | | * or *dict*, e.g. | | * Number of roles defines if MUX set up in 2 or 4 roles mode. | | | | | {'A':'X','B':'Y', | | * *list* or *array* order determines physical cabling | | | | | 'M':'XX','N':'YY'} | | * *dict* values rely on annotation on MUX 2024 board | | | | | | | 'X', 'Y', 'XX', 'YY' | -- GitLab