Skip to content

Commit

Permalink
Update ConfigureNeuropixelsV1fHeadstage.cs
Browse files Browse the repository at this point in the history
- Add Description and Category attributes to Port and PortVoltage properties
  • Loading branch information
jonnew authored Nov 4, 2024
1 parent 9bdd506 commit bf80bfa
Showing 1 changed file with 3 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

0 comments on commit bf80bfa

Please sign in to comment.