Skip to content

Commit

Permalink
add voltage unit
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Jun 16, 2024
1 parent 2d1e2c8 commit 3b83431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/aind_data_schema_models/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ class SoundIntensityUnit(str, Enum):
DB = "decibels"


class VoltageUnit(str, Enum):
"""Voltage units"""

V = "Volts"


class UnitlessUnit(str, Enum):
"""Unitless options"""

Expand Down

0 comments on commit 3b83431

Please sign in to comment.