vivyd.data.Value#
- class Value(*, name, data, units)[source]#
Bases:
objectA class representing a value, which is a single data point with associated units.
- Parameters:
name (str) – The name of the value.
data (float | str | bool) – The actual value.
units (UnitQuantity | Quantity) – The units of the value, as defined by the
quantitieslibrary.
Attributes#
- Value.name: str#
- Value.data: float | str | bool#
- Value.units: UnitQuantity | Quantity#