Hi Stefan,
Reading through the code it looks great, thanks so much! I just started doing some testing and realised that the TTL from ndx-events is expecting "labels".
Since that doesn't make any sense in our case (we would need 32000 labels!) I found out that adding this to TTL_Pulses and TTL_Channels works fine: labels=['']
Hi Stefan, Reading through the code it looks great, thanks so much! I just started doing some testing and realised that the TTL from ndx-events is expecting "labels".
Since that doesn't make any sense in our case (we would need 32000 labels!) I found out that adding this to TTL_Pulses and TTL_Channels works fine:
labels=['']
I can add that if you're happy with it?