Skip to content

Commit

Permalink
New unit Lux and illuminance quantity (#750)
Browse files Browse the repository at this point in the history
* New unit Lux and illuminance quantity

Signed-off-by: Haller Mike (ETAS-E2E/XPC-Fe) <[email protected]>
  • Loading branch information
mikehaller authored Jul 11, 2024
1 parent 5b67759 commit 88b54b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/quantities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ relation:
resistance:
definition: Property of a resistive element, equal to the scalar
quantity given by the quotient of voltage u and electric current i (IEC 80000-6:2022)
illuminance:
definition: Illuminance is the total luminous flux incident on a surface, per unit area, usually measured in Lux
8 changes: 8 additions & 0 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,11 @@ Ohm:
unit: Ohm
quantity: resistance
allowed-datatypes: ['numeric']

# Illuminance

lx:
definition: Light intensity in Lux
unit: lux
quantity: illuminance
allowed-datatypes: ['numeric']

0 comments on commit 88b54b8

Please sign in to comment.