Skip to content

Commit

Permalink
Merge pull request #364 from open-ephys/jonnew-patch-1
Browse files Browse the repository at this point in the history
Update ConfigureNric1384.cs
  • Loading branch information
bparks13 authored Nov 6, 2024
2 parents a6c4f39 + bf80bfa commit bff5383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenEphys.Onix1/ConfigureNeuropixelsV1fHeadstage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ internal override void UpdateDeviceNames()
/// <remarks>
/// The port is the physical connection to the ONIX breakout board and must be specified prior to operation.
/// </remarks>
[Description("Specifies the physical connection of the headstage to the ONIX breakout board.")]
[Category(ConfigurationCategory)]
public PortName Port
{
get { return port; }
Expand Down Expand Up @@ -113,6 +115,7 @@ public PortName Port
[Description("If defined, overrides automated voltage discovery and applies " +
"the specified voltage to the headstage. Warning: this device requires 4.5V to 5.5V " +
"for proper operation. Higher voltages can damage the headstage.")]
[Category(ConfigurationCategory)]
public double? PortVoltage
{
get => PortControl.PortVoltage;
Expand Down
2 changes: 2 additions & 0 deletions OpenEphys.Onix1/ConfigureNric1384.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public ConfigureNric1384()
/// file for your chip, email IMEC at [email protected] with the chip serial number to retrieve a new copy.
/// </para>
/// </remarks>
[Category(ConfigurationCategory)]
[FileNameFilter("Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv")]
[Description("Path to the Nric1384 gain calibraiton file.")]
[Editor("Bonsai.Design.OpenFileNameEditor, Bonsai.Design", DesignTypes.UITypeEditor)]
Expand All @@ -96,6 +97,7 @@ public ConfigureNric1384()
/// file for your chip, email IMEC at [email protected] with the chip serial number to retrieve a new copy.
/// </para>
/// </remarks>
[Category(ConfigurationCategory)]
[FileNameFilter("ADC calibration files (*_ADCCalibration.csv)|*_ADCCalibration.csv")]
[Description("Path to the Nric1384 ADC calibraiton file.")]
[Editor("Bonsai.Design.OpenFileNameEditor, Bonsai.Design", DesignTypes.UITypeEditor)]
Expand Down

0 comments on commit bff5383

Please sign in to comment.