open-ephys / bonsai-onix1

Bonsai library for the Open Ephys Onix Acquisition System
https://open-ephys.github.io/onix1-bonsai-docs
MIT License
4 stars 3 forks source link

Polling Data operators should reference a single underlying polling loop #316

Open jonnew opened 2 days ago

jonnew commented 2 days ago

For instance, lets say the user puts in two PolledBno055Data nodes, each with the same DeviceName arguments. These two nodes will now share access to a single underlying i2c bus instead of just pulling data from a common, underlying polling loop. This makes them appear to have half the sample rate each since the bandwidth is limited by i2c communication speed.