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

observable The Observable that this is a measurement of
run_metadata The run that this measurement is for
serialized_value The value as a string

Other attributes and properties

python_type The Python data type we expect for this measurement.
value The value, converted to the expected data type.