open-ephys-plugins / neuropixels-pxi

Open Ephys GUI plugin for interfacing with PXIe-based Neuropixels hardware
GNU General Public License v3.0
13 stars 19 forks source link

Add interface for configuring sync port #4

Closed jsiegle closed 5 years ago

jsiegle commented 5 years ago

Currently, the leftmost PXI module provides the sync for all other modules, and it is configured as an "input."

We need an interface that allow users to select which module to use for synchronization (probably a ComboBox). The selected module can be configured as an input or an output (with a toggle switch). If it's an output, the frequency needs to be selected (ComboBox with 1.0 s as the default).

This interface should reside to the right of the PXI modules in the NeuropixEditor.

medengineer commented 5 years ago

Added w/ PR #6