Commit 2af8092c authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

tests new cabling config

Showing with 8 additions and 5 deletions
+8 -5
...@@ -38,17 +38,20 @@ HARDWARE_CONFIG = { ...@@ -38,17 +38,20 @@ HARDWARE_CONFIG = {
'tca_channel': 0, 'tca_channel': 0,
'addr2': 'up', 'addr2': 'up',
'addr1': 'up', 'addr1': 'up',
'roles': {'A': 'X', 'B': 'Y', 'M': 'XX', 'N': 'YY'}, 'roles': ['A','B','M','N'],
'cabling': {(i+0, j): ('mux_02', i) for j in ['A', 'B', 'M', 'N'] for i in range(1, 9)}, 'electrodes': range(1,9),
# 'cabling': {(i+0, j): ('mux_02', i) for j in ['A', 'B', 'M', 'N'] for i in range(1, 9)},
'voltage_max': 12.}, 'voltage_max': 12.},
'mux_05': 'mux_05':
{'model': 'mux_2024_0_X', {'model': 'mux_2024_0_X',
'tca_address': None, 'tca_address': None,
'tca_channel': 0, 'tca_channel': 0,
'addr2': 'up', 'addr2': 'down',
'addr1': 'down', 'addr1': 'down',
'roles': {'A': 'X', 'B': 'Y', 'M': 'XX', 'N': 'YY'}, 'roles': ['A','B','M','N'],
'cabling': {(i+8, j): ('mux_05', i) for j in ['A', 'B', 'M', 'N'] for i in range(1, 9)}, 'electrodes': range(9,17),
# 'roles': {'A': 'X', 'B': 'Y', 'M': 'XX', 'N': 'YY'},
# 'cabling': {(i+8, j): ('mux_05', i) for j in ['A', 'B', 'M', 'N'] for i in range(1, 9)},
'voltage_max': 12.} 'voltage_max': 12.}
}, },
'default': {'interface_name': 'i2c_ext', 'default': {'interface_name': 'i2c_ext',
......
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