@@ -38,9 +38,7 @@ public ConfigureNeuropixelsV2eBeta(ConfigureNeuropixelsV2eBeta configureNode)
3838 DeviceAddress = configureNode . DeviceAddress ;
3939 }
4040
41- /// <summary>
42- /// Gets or sets the device enable state.
43- /// </summary>
41+ /// <inheritdoc/>
4442 /// <remarks>
4543 /// If set to true, <see cref="NeuropixelsV2eBetaData"/> will produce data. If set to false,
4644 /// <see cref="NeuropixelsV2eBetaData"/> will not produce data.
@@ -59,9 +57,7 @@ public ConfigureNeuropixelsV2eBeta(ConfigureNeuropixelsV2eBeta configureNode)
5957 [ Description ( "If true, the headstage LED will turn on during data acquisition. If false, the LED will not turn on." ) ]
6058 public bool EnableLed { get ; set ; } = true ;
6159
62- /// <summary>
63- /// Gets or sets the electrode configuration for Probe A.
64- /// </summary>
60+ /// <inheritdoc/>
6561 /// <remarks>
6662 /// Configuration is accomplished using a GUI to aid in channel selection and relevant configuration properties.
6763 /// To open a probe configuration GUI, select the ellipses next the <see cref="ProbeConfigurationA"/> variable
@@ -73,9 +69,7 @@ public ConfigureNeuropixelsV2eBeta(ConfigureNeuropixelsV2eBeta configureNode)
7369 [ Editor ( "OpenEphys.Onix1.Design.NeuropixelsV2eProbeConfigurationEditor, OpenEphys.Onix1.Design" , typeof ( UITypeEditor ) ) ]
7470 public NeuropixelsV2QuadShankProbeConfiguration ProbeConfigurationA { get ; set ; } = new ( NeuropixelsV2Probe . ProbeA ) ;
7571
76- /// <summary>
77- /// Gets or sets the path to the gain calibration file for Probe A.
78- /// </summary>
72+ /// <inheritdoc/>
7973 /// <remarks>
8074 /// <para>
8175 /// Each probe is linked to a gain calibration file that contains gain adjustments determined by IMEC during
@@ -94,9 +88,7 @@ public ConfigureNeuropixelsV2eBeta(ConfigureNeuropixelsV2eBeta configureNode)
9488 [ Editor ( "Bonsai.Design.OpenFileNameEditor, Bonsai.Design" , DesignTypes . UITypeEditor ) ]
9589 public string GainCalibrationFileA { get ; set ; }
9690
97- /// <summary>
98- /// Gets or sets the electrode configuration for Probe B.
99- /// </summary>
91+ /// <inheritdoc/>
10092 /// <remarks>
10193 /// Configuration is accomplished using a GUI to aid in channel selection and relevant configuration properties.
10294 /// To open a probe configuration GUI, select the ellipses next the <see cref="ProbeConfigurationB"/> variable
@@ -108,9 +100,7 @@ public ConfigureNeuropixelsV2eBeta(ConfigureNeuropixelsV2eBeta configureNode)
108100 [ Editor ( "OpenEphys.Onix1.Design.NeuropixelsV2eProbeConfigurationEditor, OpenEphys.Onix1.Design" , typeof ( UITypeEditor ) ) ]
109101 public NeuropixelsV2QuadShankProbeConfiguration ProbeConfigurationB { get ; set ; } = new ( NeuropixelsV2Probe . ProbeB ) ;
110102
111- /// <summary>
112- /// Gets or sets the path to the gain calibration file for Probe B.
113- /// </summary>
103+ /// <inheritdoc/>
114104 /// <remarks>
115105 /// <para>
116106 /// Each probe is linked to a gain calibration file that contains gain adjustments determined by IMEC during
0 commit comments