vivyd.data.Source#
- class Source(*, name, info)[source]#
Bases:
ContainerA class representing a data source, which corresponds to any source of data/information. A source can contain signals and values, which are the actual data. For example, a source could represent a specific sensor or measurement device.
- Parameters:
name (str) – The name of the source.
info (dict[str, Any]) – Additional metadata about the source, such as experimental conditions, measurement techniques, etc. This is a flexible field that can hold any relevant information that does not fit into the predefined fields.