You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently hub devices expose as public properties each of their internal devices for configuration. However, this makes it hard to dynamically assign properties to individual devices as inner properties cannot be directly externalized into the workflow (see bonsai-rx/bonsai#1879).
The only option right now is to create copy constructors in each of the internal device configuration operators that allows constructing a new instance directly from values passed in the property mapping. For example, the following workflow would work to replace the Heartbeat configuration of the breakout:
Currently hub devices expose as public properties each of their internal devices for configuration. However, this makes it hard to dynamically assign properties to individual devices as inner properties cannot be directly externalized into the workflow (see bonsai-rx/bonsai#1879).
The only option right now is to create copy constructors in each of the internal device configuration operators that allows constructing a new instance directly from values passed in the property mapping. For example, the following workflow would work to replace the Heartbeat configuration of the breakout:
Workflow
Assuming that the
ConfigureHeartbeat
class defines the following copy constructor:The text was updated successfully, but these errors were encountered: