Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent stimulus blocks conflict with most recently used channel beinf overriden. #33

Open
TheChymera opened this issue Dec 17, 2018 · 0 comments
Labels

Comments

@TheChymera
Copy link
Member

With the following stimulus protocol:

onset	duration	frequency	pulse_width	amplitude	out_channel
10	10	0.2	1	1.0	4
30	10	0.2	1	1.0	5
50	10	0.2	1	1.0	4
50	10	0.2	1	1.0	5

during the concurrent stimulation blocks starting at 50s, only channel 4 will be active.

With this other stimulation protocol, however, during the concurrent stimulation blocks starting at 50s, only channel 5 will be active:

onset	duration	frequency	pulse_width	amplitude	out_channel
10	10	0.2	1	1.0	5
30	10	0.2	1	1.0	4
50	10	0.2	1	1.0	5
50	10	0.2	1	1.0	4

Given this record-related variability, I would conclude that there's some software issue at work here, rather than some hardware issue relating to parallel output element arrangement. @felixsc1 agrees :)

@TheChymera TheChymera added the bug label Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant