Measurand¤
Represents the measurand element in an equipment register.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
quantity
|
str
|
The kind of quantity that is measured. |
required |
calibration_interval
|
float
|
The number of years that may pass between a calibration or a performance check.
For equipment that do not have a required and periodic interval, but are calibrated on demand,
use the value |
required |
components
|
tuple[Component, ...]
|
The components of the equipment that measures the |
()
|
calibration_interval
instance-attribute
¤
calibration_interval: float
The number of years that may pass between a calibration or a performance check.
For equipment that do not have a required and periodic interval, but are calibrated on demand,
the value is 0
.
components
class-attribute
instance-attribute
¤
components: tuple[Component, ...] = ()
The components of the equipment that measures the quantity
.