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

Hide `PolledBno055` properties in GUI dialogs #314

Open bparks13 opened 1 week ago

bparks13 commented 1 week ago

When a PolledBno055 is under a headstage operator, the AxisMap and AxisSign variables are not displayed in the Bonsai property pane because these are fixed quantities when paired with a specific headstage. However, when they are added to the default property pane in a configuration GUI, these properties are now shown and editable.

image

These variables are not copied back into the main Bonsai window, so there will not be any permanent changes, but if a user changes these values and expects them to make a difference it will seem like a bug.