Bases: Schema
Represents a measurable quantity with its value and unit.
Attributes:
Name |
Type |
Description |
value |
float
|
The numerical value of the measure.
|
unit |
str
|
The unit in which the value is expressed.
|
unit
class-attribute
instance-attribute
value
class-attribute
instance-attribute