Skip to content
Discussion options

You must be logged in to vote

I encourage you to give the native GUI package a try. I would avoid using the python scripting package, especially in workflows that rely high frequency data acquisition as it is the case with yours. Managing the GIL is notoriously annoying, and it will easily add bottlenecks to your workflow.

<?xml version="1.0" encoding="utf-8"?>
<WorkflowBuilder Version="2.9.0"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:gui="clr-namespace:Bonsai.Gui;assembly=Bonsai.Gui"
                 xmlns:rx="clr-namespace:Bonsai.Reactive;assembly=Bonsai.Core"
                 xmlns="https://bonsai-rx.org/2018/workflow">
  <Workflow>
    <Nodes>
      <Expression xsi

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Aathok-Git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants