Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New unit Lux and illuminance quantity #750

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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']