attpcdaq.daq.models.Measurement¶
-
class
attpcdaq.daq.models.Measurement(*args, **kwargs)[source]¶ A measurement of an Observable.
Measurements are like instances of Observables. When you fill in the run sheet, a Measurement is created for each Observable-related field on the sheet.
Fields
observableThe Observable that this is a measurement of run_metadataThe run that this measurement is for serialized_valueThe value as a string Other attributes and properties
python_typeThe Python data type we expect for this measurement. valueThe value, converted to the expected data type.