Commit 4dc2ef68 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

updates software doc

Showing with 1 addition and 1 deletion
+1 -1
...@@ -144,7 +144,7 @@ The configuration is written in a python file structured in a series of dictiona ...@@ -144,7 +144,7 @@ The configuration is written in a python file structured in a series of dictiona
| roles | roles addressed by the MUX board | | *string, list* | | Sets roles addressed by the MUX board. | | 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) | | | | | of 'A', 'B', 'M', 'N' | | If *string*, MUX addresses only 1 role (for MUX 2023) |
| | | | | | For MUX 2024: | | | | | | | For MUX 2024: |
| | | | or *dict*, e.g. | | * Number of roles defines if MUX set up in 2 or 4 roles mode.| | | | | 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 | | | | | {'A':'X','B':'Y', | | * *list* or *array* order determines physical cabling |
| | | | 'M':'XX','N':'YY'} | | * *dict* values rely on annotation on MUX 2024 board | | | | | 'M':'XX','N':'YY'} | | * *dict* values rely on annotation on MUX 2024 board |
| | | | | | 'X', 'Y', 'XX', 'YY' | | | | | | | 'X', 'Y', 'XX', 'YY' |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment