Skip to content
Open
Changes from 1 commit
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
11 changes: 10 additions & 1 deletion spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,16 @@ Ah:
allowed-datatypes: ['numeric']

# Duration

ns:
definition: Duration measured in nanoseconds
unit: nanosecond
quantity: duration
allowed-datatypes: ['numeric']
us:
definition: Duration measured in mikroseconds
Comment thread
DavidMatzek marked this conversation as resolved.
Outdated
unit: mikrosecond
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. Could you change to "microsecond" here as well and we shall be ready to go

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quantity: duration
allowed-datatypes: ['numeric']
Comment on lines +175 to +184
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ns:
definition: Duration measured in nanoseconds
unit: nanosecond
quantity: duration
allowed-datatypes: ['numeric']
us:
definition: Duration measured in microseconds
unit: mikrosecond
quantity: duration
allowed-datatypes: ['numeric']
ns:
definition: Duration measured in nanoseconds
unit: nanosecond
quantity: duration
allowed-datatypes: ['numeric']
qudt:
unit: http://qudt.org/vocab/unit/NanoSEC
quantity-kind: https://qudt.org/vocab/quantitykind/Time
us:
definition: Duration measured in microseconds
unit: microsecond
quantity: duration
allowed-datatypes: ['numeric']
qudt:
unit: https://qudt.org/vocab/unit/MicroSEC
quantity-kind: https://qudt.org/vocab/quantitykind/Time

ms:
definition: Duration measured in milliseconds
unit: millisecond
Expand Down