attpcdaq.daq.models.Observable¶
-
class
attpcdaq.daq.models.Observable(*args, **kwargs)[source]¶ Something that can be measured.
Observables correspond to columns in a run sheet. Add a new one to add a new field to the run sheet.
Fields
nameThe name of the observable experimentThe experiment that this observable is associated with. commentA comment to describe how to take a measurement, for example. unitsThe units that measurements will be recorded in. value_typeThe data type of the measurement. Value type constants
FLOATConstant for a floating-point measurement INTEGERConstant for an integer measurement STRINGConstant for a string measurement