observation_loading_rules#
Full path: iqm.cpc.core.observation.observation_loading_rules
Loading rule interfaces and base classes.
Module Attributes
Callable that returns an observation for the given dut_field, or None if it cannot find one. |
|
Represents cached data for a single CacheableLoadRule subclass. |
|
Function for loading |
Functions
Return the global default loading rules. |
|
|
Resolves the rules related to loading and fall back one by one. |
Set global default rules which are to be applied to observation handlers in experiments. |
Classes
Interface for an observation loading rule for which the observation data can be preloaded to a cache. |
|
Terminates rule application chain on error. |
|
Load rule that gets the observation from the local stash. |
|
Stores cached observation values for the CacheableLoadingRule subclasses. |
Inheritance
