Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnew committed Sep 19, 2024
1 parent d991510 commit 45e01d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenEphys.Onix1/ConfigureUclaMiniscopeV4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace OpenEphys.Onix1
/// Configures a UCLA Miniscope V4 on the specified port.
/// </summary>
/// <remarks>
/// The UCLA Miniscope V4 is a e miniaturized fluorescent microscope for performing single-photon calcium
/// The UCLA Miniscope V4 is a miniaturized fluorescent microscope for performing single-photon calcium
/// imaging in freely moving animals. It has the following features:
/// <list type="bullet">
/// <item><description>A Python-480 0.48 Megapixel CMOS image sensor.</description></item>
Expand Down Expand Up @@ -97,8 +97,8 @@ public PortName Port
/// voltages may result in damage.
/// </para>
/// </remarks>
[Description("If defined, it will override automated voltage discovery and apply the specified voltage" +
"to the miniscope. Warning: this device requires 4.0 to 5.0V, measured at the scope, for proper operation." +
[Description("If defined, it will override automated voltage discovery and apply the specified voltage " +
"to the miniscope. Warning: this device requires 4.0 to 5.0V, measured at the scope, for proper operation. " +
"Supplying higher voltages may result in damage to the miniscope.")]
[Category(ConfigurationCategory)]
public double? PortVoltage
Expand Down

0 comments on commit 45e01d9

Please sign in to comment.